Skip to content

Commit 2f69e27

Browse files
authored
fix(sidebar): Fix sidebar tab list overflow on auto-collapse (fixes #124). (#145)
1 parent f5dd33c commit 2f69e27

File tree

1 file changed

+1
-1
lines changed
  • src/components/CentralContainer/Sidebar/SidebarTabs

1 file changed

+1
-1
lines changed

src/components/CentralContainer/Sidebar/SidebarTabs/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.sidebar-tabs {
2-
overflow-y: hidden;
2+
overflow: hidden;
33
flex-grow: 1;
44
width: calc(100% - var(--ylv-panel-resize-handle-width));
55
height: calc(100vh - var(--ylv-menu-bar-height) - var(--ylv-status-bar-height));

0 commit comments

Comments
 (0)