style: Use default scrollbar instad of thin for the workspace scrollbox, b=(no-bug), c=workspaces

This commit is contained in:
Mr. M
2025-05-18 23:46:17 +02:00
parent 094fbb4ec8
commit 3ed15335fe

View File

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