We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aceb9e0 commit 93112f3Copy full SHA for 93112f3
1 file changed
docs/custom.css
@@ -59,3 +59,6 @@ body {
59
.code-tooltip:after { content: attr(data-title); text-align: left; font-size: 100%; }
60
/* :after text will be announced by AT, this adds a separation between textContent and :after text */
61
.code-tooltip:before { content: ': '; font-size: 0; }
62
+.code-tooltip {
63
+ scroll-margin-top: 150px;
64
+}
0 commit comments