mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-15 14:32:42 +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:
parent
9f3906b2a3
commit
e24b0fc7b8
4 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
.table.segment {
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
|
||||
&:not(.striped) {
|
||||
thead {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue