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 65ff9e2 commit 0f21ff8Copy full SHA for 0f21ff8
docs/index.html
@@ -384,6 +384,16 @@
384
opacity: 0.5;
385
}
386
387
+
388
+ /* css hack to fix scroll to anchor in docsify tabs */
389
+ .docsify-tabs:not(:has(> button.docsify-tabs__tab--active))>.docsify-tabs__content[class]:nth-child(2) {
390
+ visibility: visible;
391
+ position: relative;
392
+ overflow: auto;
393
+ height: auto;
394
395
+ padding: var(--docsifytabs-content-padding);
396
+ }
397
</style>
398
<script>
399
/* Add word break opportunity after function opening parentheses */
0 commit comments