Skip to content

Commit 79015cc

Browse files
the0neyouseektypicode
authored andcommitted
Fix Menu Overflow (#305)
When you've got many servers the menu keeps growing making the UI buggy. This fixes it by making the menu scrollable when the size of it becomes bigger than the window height.
1 parent d45539b commit 79015cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/Nav/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ header {
1515

1616
.menu {
1717
flex: 1;
18+
overflow-y: scroll;
1819
}
1920

2021
.menu.hidden {

0 commit comments

Comments
 (0)