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

Fixed More Download Options button #1623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

@@ -1009,6 +1009,8 @@ useSeoMeta({
margin: 0 auto;
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