Skip to content

Commit

Permalink
Change z-index to 9999 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
bherzberg96 authored Apr 10, 2023
2 parents 3618d3f + a1ddac1 commit 545609b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.show-toolbar-button {
@apply fixed bottom-0 left-0 m-2 opacity-50 hover:opacity-100 transition z-10;
@apply fixed bottom-0 left-0 m-2 opacity-50 hover:opacity-100 transition z-[9999];
}

.msw-toolbar {
Expand Down

0 comments on commit 545609b

Please sign in to comment.