mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 17:54:26 +00:00
4f3253feb9
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>
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
/* https://github.com/fomantic/Fomantic-UI/blob/develop/src/themes/default/globals/site.variables */
|
|
|
|
@headerFont: var(--fonts-regular);
|
|
@pageFont: var(--fonts-regular);
|
|
@bold: 500;
|
|
@useCustomScrollbars: false;
|
|
@disabledOpacity: var(--opacity-disabled);
|
|
@variationPopupTooltip: false;
|
|
@linkHoverUnderline: underline;
|
|
@variationButtonSocial: false;
|
|
@pageOverflowX: visible;
|