Skip to content

Commit

Permalink
fix(ui): connect clusters list overflow (#1841)
Browse files Browse the repository at this point in the history
Fix #1845
  • Loading branch information
AlexisSouquiere authored Jun 27, 2024
1 parent 0ad541c commit 818f1da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/containers/SideBar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ $sidebarTransition: 0.5s;
.sidenav-subnav---1EN61 {
background-color: $primary !important;
}
.sidenav---sidenav-subnav---1EN61 {
max-height: calc(30vh);
overflow: auto !important;
}

0 comments on commit 818f1da

Please sign in to comment.