Skip to content

Commit

Permalink
remove weird tiny scrollbar in min sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekrimo committed Jan 2, 2025
1 parent 213c712 commit 9955b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layouts/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
flex-direction: row;
border-right: var(--border-width) solid var(--border-color);
max-height: 100vh;
overflow-y: hidden;
// overflow-y: hidden;
.sidebar {
display: inline-flex;
Expand Down

0 comments on commit 9955b8b

Please sign in to comment.