Skip to content

Commit e1fe64f

Browse files
Exagone313techknowlogick
authored and
Gitea
committed
Do not use thin scrollbars on Firefox (go-gitea#16738) (go-gitea#16745)
In go-gitea#7269, thin scrollbars were added in Arc Green theme. It got moved in base theme in go-gitea#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 <exa@elou.world> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 parent 0035609 commit e1fe64f

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)