Skip to content

fix: added z-index to theme button when hovered (@Ma3ert)#7814

Open
Ma3ert wants to merge 2 commits intomonkeytypegame:masterfrom
Ma3ert:fix/themes_overlapping
Open

fix: added z-index to theme button when hovered (@Ma3ert)#7814
Ma3ert wants to merge 2 commits intomonkeytypegame:masterfrom
Ma3ert:fix/themes_overlapping

Conversation

@Ma3ert
Copy link
Copy Markdown

@Ma3ert Ma3ert commented Apr 11, 2026

Description

In the theme section in setting, the selected theme is bigger and outlined, that caused it to appear of top of themeBubbles/themeBubble of the theme that is hovered on it's left.
What I did is instead of only making the button bigger when hovered, I also added z-index so that it appears on top of the already selected theme.

closes #7797

@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Apr 11, 2026
Copy link
Copy Markdown
Contributor

@Leonabcd123 Leonabcd123 left a comment

Choose a reason for hiding this comment

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

Looks like this for me:

Image

Notice how sewing tin is over the right edge of retrocast.

Removing position: relative works for me, you might want to test it out.

@Ma3ert Ma3ert requested a review from Leonabcd123 April 15, 2026 14:37
@github-actions github-actions bot added the waiting for review Pull requests that require a review before continuing label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend User interface or web stuff waiting for review Pull requests that require a review before continuing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Themes overlapping

3 participants