mertvn / EMQ

Eroge Music Quiz
Apache License 2.0
5 stars 0 forks source link

VN name frame overlaps with room buttons on wider screens #50

Closed hubb2001 closed 1 year ago

hubb2001 commented 1 year ago

On higher-width screens, the top-left buttons are unclickable due to being hidden behind the visual novel name viewport even while a name is not being displayed

image

Fixable by setting the z-index of the buttons to force them to be above.

mertvn commented 1 year ago

The UI isn't supposed to be that far up in the first place, so setting the z-index would just be a band-aid fix. It's quite hard for me to properly fix this as I only have a 1080p monitor, so I'll do what you suggest for now.

mertvn commented 1 year ago

Need to find a period of time where no one is playing to push the changes live.