fix: Fixed rearranging tabs from pinned to normal, b=(no-bug), c=workspaces

This commit is contained in:
Mr. M
2025-05-17 23:29:25 +02:00
parent e712e8204d
commit 7c1bdbfa68
2 changed files with 10 additions and 3 deletions

View File

@@ -527,6 +527,11 @@ zen-workspace {
scrollbar-color: var(--vertical-tabs-scrollbar-color);
overflow-y: auto;
}
&,
& .zen-workspace-normal-tabs-section {
height: 100%;
}
}
}