Skip to content

Commit 818f1da

Browse files
fix(ui): connect clusters list overflow (#1841)
Fix #1845
1 parent 0ad541c commit 818f1da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/src/containers/SideBar/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ $sidebarTransition: 0.5s;
5555
.sidenav-subnav---1EN61 {
5656
background-color: $primary !important;
5757
}
58+
.sidenav---sidenav-subnav---1EN61 {
59+
max-height: calc(30vh);
60+
overflow: auto !important;
61+
}

0 commit comments

Comments
 (0)