Skip to content

Commit

Permalink
fix(notification): z-index in .scl-toast-stack (see #1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo committed May 23, 2023
1 parent 8a58fcf commit 7a99063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/global/scale.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
top: 0;
inset-inline-end: 0;
z-index: var(--scl-z-index-70);
z-index: 100; /* https://github.com/telekom/scale/pull/1767/files */
width: 28rem;
max-width: 100%;
max-height: 100%;
Expand Down

0 comments on commit 7a99063

Please sign in to comment.