gitea/web_src/fomantic
wxiaoguang 4f3253feb9
Revert overflow: overlay (revert ) ()
It causes not only one issue like  (the footer width was also
affected by that change and was fixed some time ago)

The problem of "overflow: overlay" () 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>
..
_site/globals Revert overflow: overlay (revert ) ()
build Revert overflow: overlay (revert ) ()
.npmrc Revert overflow: overlay (revert ) ()
package-lock.json Revert overflow: overlay (revert ) ()
package.json Stop packaging node_modules in release tarballs ()
semantic.json Replace Fomantic reset module with our own ()
theme.config.less Various CSS tweaks ()