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 4e06edb commit 9771f75Copy full SHA for 9771f75
.vitepress/theme/style.css
@@ -332,10 +332,22 @@ html {
332
@apply scroll-smooth;
333
}
334
335
+.VPDocAside {
336
+ @apply h-full;
337
+}
338
+
339
.aside .aside-container {
340
@apply overflow-visible;
341
342
343
+.aside .aside-container .aside-content {
344
+ @apply h-[calc(100%+32px)];
345
346
347
+.VPDocAsideOutline.has-outline {
348
+ @apply overflow-y-auto pb-8;
349
350
351
html.dark .light-only {
352
display: none !important;
353
0 commit comments