Compare commits

...

1 Commits

Author SHA1 Message Date
Tat Dat Duong
6849d13f1f chore[docs]: style fixes for api reference docs 2024-05-13 14:56:58 +02:00

View File

@@ -12,7 +12,8 @@ pre {
}
}
#my-component-root *, #headlessui-portal-root * {
#my-component-root *,
#headlessui-portal-root * {
z-index: 10000;
}
@@ -23,3 +24,18 @@ table.longtable code {
table.longtable td {
max-width: 600px;
}
.sk-sidebar-toc-wrapper {
width: unset;
overflow-x: auto;
}
.sk-sidebar-toc-wrapper > [aria-label="rellinks"] {
position: sticky;
left: 0;
}
.navbar-nav .dropdown-menu {
max-height: 80vh;
overflow-y: auto;
}