diff --git a/docs/index.html b/docs/index.html
index 13703573e..fd3c395bd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -384,6 +384,16 @@
opacity: 0.5;
}
}
+
+ /* css hack to fix scroll to anchor in docsify tabs */
+ .docsify-tabs:not(:has(> button.docsify-tabs__tab--active))>.docsify-tabs__content[class]:nth-child(2) {
+ visibility: visible;
+ position: relative;
+ overflow: auto;
+ height: auto;
+
+ padding: var(--docsifytabs-content-padding);
+ }