Closed
Description
Description
Setting css of a .container
(in the site footer
) and .dashboard .dashboard-navbar
to 100vw
causes a vertical overflow in Firefox (v112).
On Chrome(ium) it is mitigated with overflow: overlay
, but it isn't supported on Firefox yet.
On the demo site it is visible when creating a repo https://try.gitea.io/repo/create
Propsed change: removing the set width of 100vw on these classes eliminates the need of hacking the vertical overflow on the body (with overflow-x: hidden;
).
Screenshots
Gitea Version
1.19.1
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
MacOS 12.6.5
Browser Version
112