Skip to content

Commit

Permalink
fix(sbb-toast): fix default z-index (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Feb 15, 2024
1 parent 42b7da3 commit d0927ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

.sbb-toast {
z-index: var(--sbb-toast-z-index, --sbb-overlay-z-index);
z-index: var(--sbb-toast-z-index, var(--sbb-overlay-z-index));
pointer-events: auto;
margin: var(--sbb-toast-margin);
padding-block: var(--sbb-toast-padding-block);
Expand Down

0 comments on commit d0927ff

Please sign in to comment.