Skip to content

Commit

Permalink
🐛 Make sure notification is above modal
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Jan 6, 2022
1 parent 68ab7ce commit 59c1d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Modal/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
width: 100%;
min-height: 100vh;
background: rgba(0, 0, 0, 0.548);
z-index: 10000;
z-index: 1000;
}
::-webkit-scrollbar {
Expand Down

0 comments on commit 59c1d87

Please sign in to comment.