mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
Changed scroll to auto for some UI elements. (#20294)
Addition to: Show scrollbar when necessary #20142 Fixes the "empty" scrollbars with Firefox.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#git-graph-container {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
min-height: 350px;
|
||||
|
||||
|
Reference in New Issue
Block a user