fix: enable scrolling on workspaces list

This commit is contained in:
Katelyn Dickey
2024-08-24 16:14:28 -04:00
parent 8a646bcc95
commit d3a9ec4b3c

View File

@@ -51,6 +51,8 @@
#PanelUI-zen-workspaces > panelmultiview {
align-items: flex-start;
overflow-x: hidden;
overflow-y: auto;
}
#PanelUI-zen-workspaces panelmultiview panelview {
@@ -95,6 +97,7 @@
#PanelUI-zen-workspaces-list {
display: flex;
flex-direction: column;
flex-shrink: 0;
}
#PanelUI-zen-workspaces-list[empty="true"] {