Skip to content

Commit 9d35f6c

Browse files
authored
vertical scrolling is added to the sidebar (#2419)
1 parent 0973c72 commit 9d35f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/SidebarMenu.scss

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
display: flex;
1414
flex-direction: column;
1515
background-color: $sky;
16+
overflow-y: scroll;
1617

1718
.daoNameWrapper {
1819
display: flex;

0 commit comments

Comments
 (0)