diff options
author | zorn-v <zorn7@yandex.ru> | 2019-09-12 16:54:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 16:54:43 +1000 |
commit | e2b4c958f70bd7f56d3138d9722c997d2dba5b78 (patch) | |
tree | 25a478ef27c738fdeffd9dacab83ea93d97bebad | |
parent | 1b8d6df6cdfd2f130b3702d9e183d83183370dd1 (diff) | |
download | nextcloud-server-e2b4c958f70bd7f56d3138d9722c997d2dba5b78.tar.gz nextcloud-server-e2b4c958f70bd7f56d3138d9722c997d2dba5b78.zip |
Position fixed for .toastify.toast
-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); |