diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 6871ae3..5978f51 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -332,10 +332,22 @@ html { @apply scroll-smooth; } +.VPDocAside { + @apply h-full; +} + .aside .aside-container { @apply overflow-visible; } +.aside .aside-container .aside-content { + @apply h-[calc(100%+32px)]; +} + +.VPDocAsideOutline.has-outline { + @apply overflow-y-auto pb-8; +} + html.dark .light-only { display: none !important; }