Skip to content

Vertical overflow  #24182

Closed
Closed
@krzysztofjeziorny

Description

@krzysztofjeziorny

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

Screenshot 2023-04-18 at 10 46 48

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic/uiChange the appearance of the Gitea UItype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions