Skip to content

Commit 54f99af

Browse files
authored
fix: redoc menu content is now scrollable (#163)
1 parent 1bbe08a commit 54f99af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/redoc/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
.menu-content {
2121
top: 0 !important;
22-
height: 100% !important;
22+
height: 100vh !important;
2323
}
2424
.bCOLCR {
2525
background: #e6e6e6;

0 commit comments

Comments
 (0)