diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-06-14 03:17:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 21:17:14 +0200 |
commit | 4f3253feb9f2f7701fa453fce12bfc871d050b6d (patch) | |
tree | cc1984a93182f26944a81d65748b1c6f955ef828 /web_src/fomantic/_site | |
parent | 8228751c55d6a4263f0fec2932ca16181c09c97d (diff) | |
download | gitea-4f3253feb9f2f7701fa453fce12bfc871d050b6d.tar.gz gitea-4f3253feb9f2f7701fa453fce12bfc871d050b6d.zip |
Revert overflow: overlay (revert #21850) (#25231)
It causes not only one issue like #25221 (the footer width was also
affected by that change and was fixed some time ago)
The problem of "overflow: overlay" (#21850) is:
* It's not widely supported and is non-standard
https://caniuse.com/css-overflow-overlay
* It's not widely tested in Gitea (some standard layout like `ui
container + ui grid` may break it).
* The benefit seems smaller than the problems it brings.
So, I think it is good to revert it.
----
Let's leave enough time for testing and reviewing.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'web_src/fomantic/_site')
-rw-r--r-- | web_src/fomantic/_site/globals/site.variables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/fomantic/_site/globals/site.variables b/web_src/fomantic/_site/globals/site.variables index b09fb90b71..a8b5c52f6b 100644 --- a/web_src/fomantic/_site/globals/site.variables +++ b/web_src/fomantic/_site/globals/site.variables @@ -8,3 +8,4 @@ @variationPopupTooltip: false; @linkHoverUnderline: underline; @variationButtonSocial: false; +@pageOverflowX: visible; |