feat: Fix git patch sizes for https://github.com/zen-browser/desktop/pull/10121, b=no-bug, c=workspaces

This commit is contained in:
Mr. M
2025-09-17 20:38:36 +02:00
parent 698d19b305
commit bb34403be8
2 changed files with 28 additions and 94 deletions

View File

@@ -272,7 +272,7 @@ zen-workspace {
display: none;
}
&::part(scrollbox) {
&[overflowing]::part(scrollbox) {
scrollbar-width: auto;
scrollbar-color: color-mix(in srgb, currentColor 35%, transparent 65%) transparent; /* Custom scrollbar */
overflow-y: auto;