Skip to content

Commit

Permalink
fix(sidebar): Fix sidebar tab list overflow on auto-collapse (fixes #124
Browse files Browse the repository at this point in the history
). (#145)
  • Loading branch information
junhaoliao authored Dec 3, 2024
1 parent f5dd33c commit 2f69e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.sidebar-tabs {
overflow-y: hidden;
overflow: hidden;
flex-grow: 1;
width: calc(100% - var(--ylv-panel-resize-handle-width));
height: calc(100vh - var(--ylv-menu-bar-height) - var(--ylv-status-bar-height));
Expand Down

0 comments on commit 2f69e27

Please sign in to comment.