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