Skip to content

Commit f19ccd8

Browse files
Do not use thin scrollbars on Firefox (#16738) (#16745)
In #7269, thin scrollbars were added in Arc Green theme. It got moved in base theme in #13361. This PR removes the use of thin scrollbars which causes an accessibility issue. The scrollbars become too thin to be dragged. Signed-off-by: Elouan Martinet <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent b6e4688 commit f19ccd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/less/_base.less

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ details summary > * {
175175
}
176176

177177
* {
178-
scrollbar-width: thin;
179178
scrollbar-color: var(--color-primary) transparent;
180179
caret-color: var(--color-caret);
181180
}

0 commit comments

Comments
 (0)