fix sidebar height issue

This commit is contained in:
Sarina Li
2025-11-13 11:53:26 -05:00
parent 191a507c8f
commit bd05000bb6

View File

@@ -1,3 +1,14 @@
@import 'tailwindcss';
@import 'fumadocs-ui/css/neutral.css';
@import 'fumadocs-ui/css/preset.css';
/* Fix TOC overflow on production builds */
#nd-toc {
overflow-y: auto;
overflow-x: hidden;
}
#nd-toc > div {
overflow-y: auto;
overflow-x: hidden;
}