Skip to content

Commit

Permalink
Increase z-index of .msw-toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bherzberg96 committed Apr 5, 2024
1 parent 871499e commit a5d51bb
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 @@ -11,7 +11,7 @@
}

.msw-toolbar {
@apply fixed inset-x-0 z-50 flex p-2 bg-gray-100 overflow-hidden transition;
@apply fixed inset-x-0 z-[9999] flex p-2 bg-gray-100 overflow-hidden transition;
}

.msw-toolbar[data-position='top'] {
Expand Down

0 comments on commit a5d51bb

Please sign in to comment.