diff options
Diffstat (limited to 'core/css/toast.scss')
-rw-r--r-- | core/css/toast.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/toast.scss b/core/css/toast.scss index 242ae03b69a..61e242a312d 100644 --- a/core/css/toast.scss +++ b/core/css/toast.scss @@ -7,6 +7,9 @@ padding: 12px; padding-right: 34px; margin-top: 45px; + position: absolute; + z-index: 9000; + border-radius: var(--border-radius); .toast-close { position: absolute; |