Skip to content

Commit

Permalink
feat: increase z-index for toast message
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Dec 19, 2023
1 parent 2ce0dca commit a9b6ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ div#app {
right: 1.5rem;
top: 5rem;
border-radius: 0.25rem;
z-index: 8100;
z-index: 9000;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

Expand Down

0 comments on commit a9b6ed2

Please sign in to comment.