Skip to content

Commit

Permalink
Merge pull request #236 from nextcloud/bugfix/noid/increase-toast-zindex
Browse files Browse the repository at this point in the history
Increase toast z-index above modal dialogs
  • Loading branch information
ChristophWurst authored Nov 12, 2020
2 parents 4546abe + b67814c commit b3d6be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
padding-right: 34px;
margin-top: 45px;
position: fixed;
z-index: 9000;
z-index: 10100;
border-radius: var(--border-radius);

.toast-undo-button,
Expand Down

0 comments on commit b3d6be3

Please sign in to comment.