Skip to content

Commit

Permalink
fix(ui): auto overflow on sidebar (tchiotludo#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ribera authored May 3, 2021
1 parent 9427e06 commit cf2598a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/css/templates/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
z-index: 2;
display: flex;
flex-direction: column;
overflow-y: auto;

.sidebar-header {
padding: 5px 10px;
Expand Down

0 comments on commit cf2598a

Please sign in to comment.