Skip to content

Commit ed844a8

Browse files
authored
fix: make navbar dropdown scrollable
1 parent 9591caf commit ed844a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/default/multidoc.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ html {
109109
line-height: 30px;
110110
padding: 5px 0;
111111

112+
max-height: calc(100vh - var(--navbar-height));
113+
overflow: scroll;
114+
112115
position: absolute;
113116
display: none;
114117
}

0 commit comments

Comments
 (0)