Skip to content

Commit

Permalink
add z-index to button (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
twhitbeck authored Apr 11, 2022
1 parent 63f59f4 commit a5c9659
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;
@apply fixed bottom-0 left-0 m-2 opacity-50 hover:opacity-100 transition z-10;
}

.msw-toolbar {
Expand Down

0 comments on commit a5c9659

Please sign in to comment.