loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Changed scroll to auto for some UI elements. (#20294)

Addition to: Show scrollbar when necessary #20142
Fixes the "empty" scrollbars with Firefox.

authored by

KN4CK3R and committed by
GitHub
e24b0fc7 9f3906b2

+5 -5
+1 -1
web_src/less/_admin.less
··· 12 12 .table.segment { 13 13 padding: 0; 14 14 font-size: 13px; 15 - overflow-x: scroll; 15 + overflow-x: auto; 16 16 17 17 &:not(.striped) { 18 18 thead {
+2 -2
web_src/less/_repository.less
··· 3352 3352 .commit-header-row { 3353 3353 .ui.horizontal.list { 3354 3354 width: 100%; 3355 - overflow-x: scroll; 3355 + overflow-x: auto; 3356 3356 margin-top: 2px; 3357 3357 3358 3358 .item { ··· 3401 3401 } 3402 3402 3403 3403 .commit-table { 3404 - overflow-x: scroll; 3404 + overflow-x: auto; 3405 3405 3406 3406 td.sha, 3407 3407 th.sha {
+1 -1
web_src/less/_user.less
··· 170 170 } 171 171 172 172 #notification_div .tab.segment { 173 - overflow-x: scroll; 173 + overflow-x: auto; 174 174 }
+1 -1
web_src/less/features/gitgraph.less
··· 1 1 #git-graph-container { 2 - overflow-x: scroll; 2 + overflow-x: auto; 3 3 width: 100%; 4 4 min-height: 350px; 5 5