Skip to content

Commit 545609b

Browse files
authored
Change z-index to 9999 (#20)
2 parents 3618d3f + a1ddac1 commit 545609b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

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

1313
.msw-toolbar {

0 commit comments

Comments
 (0)