We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d9f20 commit e506ed2Copy full SHA for e506ed2
src/pat/scroll-marker/scroll-marker.js
@@ -15,7 +15,7 @@ parser.addArgument("current-content-class", "scroll-marker-current");
15
16
parser.addArgument("side", "top", ["top", "bottom", "middle", "auto"]);
17
parser.addArgument("distance", "50%");
18
-parser.addArgument("visibility", null, [null, "most-visible"]);
+parser.addArgument("visibility", null, [null, "none", "most-visible"]);
19
20
class Pattern extends BasePattern {
21
static name = "scroll-marker";
0 commit comments