Skip to content

Commit d3109da

Browse files
Chore: Fix nested scroll
1 parent 66b9b80 commit d3109da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/theme/DocSidebar/CustomSidebar.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,8 @@
131131
list-style: none;
132132
}
133133

134-
/* when shouldExpand === true */
135134
.custom-sidebar__subitems--active {
136-
max-height: 500px; /* large enough for your lists */
135+
max-height: 50000px;
137136
opacity: 1;
138137
}
139138

0 commit comments

Comments
 (0)