mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 20:40:15 -06:00
fix sidebar height issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user