mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: closes #7374 - Fixed scrollbar not being accessible because it's too thin, r=tabs
This commit is contained in:
@@ -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] & {
|
||||
|
Reference in New Issue
Block a user