mirror of
https://github.com/go-gitea/gitea
synced 2025-08-21 17:08:27 +00:00
Addition to: Show scrollbar when necessary #20142 Fixes the "empty" scrollbars with Firefox.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
.table.segment {
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
|
||||
&:not(.striped) {
|
||||
thead {
|
||||
|
Reference in New Issue
Block a user