diff options
author | Krzysztof Jeziorny <872730+krzysztofjeziorny@users.noreply.github.com> | 2023-04-19 18:13:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 12:13:00 -0400 |
commit | fcad9fd19fc45e75f14f908e93aae06cd1bc4707 (patch) | |
tree | 87d990bf4c1fccec2b6c716f5c0bb4ca7a69b532 /web_src/css/dashboard.css | |
parent | 15d6638c155fabcfed5a24d87f84bc1902774ce1 (diff) | |
download | gitea-fcad9fd19fc45e75f14f908e93aae06cd1bc4707.tar.gz gitea-fcad9fd19fc45e75f14f908e93aae06cd1bc4707.zip |
Vertical widths of containers removed (#24184)
A vertical overflow appears in Firefox 112/MacOS 12.6 when the system
setting for scrollbars is to "Always" show them.
---
Here, the fixed 100vw container widths are removed, which removes the
overflow. It is, however, only simulated in Developer Tools in latest
Firefox and Chromium, so please test on a Gitea installation.
Diffstat (limited to 'web_src/css/dashboard.css')
-rw-r--r-- | web_src/css/dashboard.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css index ced8b3a164..4512367dc7 100644 --- a/web_src/css/dashboard.css +++ b/web_src/css/dashboard.css @@ -84,7 +84,6 @@ } .dashboard .dashboard-navbar { - width: 100vw; padding-left: 0.5rem; padding-right: 0.5rem; } |