Skip to content

Commit

Permalink
fix horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Nov 6, 2023
1 parent c31d8e9 commit ea212b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flex-direction: column;
width: 240px;
flex-shrink: 0;
overflow: auto;
overflow-y: auto;

&.side-fixed {
position: fixed;
Expand Down

0 comments on commit ea212b4

Please sign in to comment.