fix: closes #7374 - Fixed scrollbar not being accessible because it's too thin, r=tabs

This commit is contained in:
Mr. M
2025-04-15 17:09:17 +02:00
parent 1a1eb3264f
commit 1590326fc1
2 changed files with 2 additions and 1 deletions

1
d Normal file
View File

@@ -0,0 +1 @@
{type}({components}): {bugId} - {message}

View File

@@ -385,7 +385,7 @@
min-height: fit-content;
overflow-y: auto;
height: 100%;
scrollbar-width: thin;
scrollbar-color: color-mix(in srgb, currentColor 26%, transparent) transparent;
/* Only do this hack if we have workspaces enabled */
:root[zen-workspace-id] & {