Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Fixed More Download Options button#1623

Open
ignissak wants to merge 1 commit intomodrinth:masterfrom
ignissak:fix/download-options
Open

Fixed More Download Options button#1623
ignissak wants to merge 1 commit intomodrinth:masterfrom
ignissak:fix/download-options

Conversation

@ignissak
Copy link

Fixes modrinth/code#1418
The issue was in bottom-transition div being too long.
image
The fix makes the buttons relative and pushing them to the front.

justify-content: center;
mask-image: none;
position: relative;
z-index: 20;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

20 seems overkill, 1 should do, right? 20 may appear on top of other elements that are attempting to cover the screen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Download Options button doesn't work when page scale is big enough

2 participants