Skip to content

Commit

Permalink
Fix z-index for tour container (#7653)
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin authored Aug 2, 2024
1 parent a13fc40 commit 4272ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/admin/tour/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);

&:hover {
z-index: 9999999999;
z-index: 9999;
}
}

Expand Down

0 comments on commit 4272ec4

Please sign in to comment.