Skip to content

Commit c55b7a2

Browse files
committed
fix: added z-index to theme button when hovered
1 parent 5f43b94 commit c55b7a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/styles/settings.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,10 @@
546546
gap: 0.5rem;
547547
.button {
548548
transition: transform 0.125s;
549+
position: relative;
550+
&:hover {
551+
z-index: 10;
552+
}
549553
&:hover .themeBubbles {
550554
opacity: 1;
551555
}

0 commit comments

Comments
 (0)