diff options
| -rw-r--r-- | scss/_toasts.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss index c34e49b24..2ce378d5b 100644 --- a/scss/_toasts.scss +++ b/scss/_toasts.scss @@ -38,6 +38,8 @@ } .toast-container { + --#{$prefix}toast-zindex: #{$zindex-toast}; + position: absolute; z-index: var(--#{$prefix}toast-zindex); width: max-content; |
