Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorzorn-v <zorn7@yandex.ru>2019-09-12 09:54:43 +0300
committerGitHub <noreply@github.com>2019-09-12 09:54:43 +0300
commite2b4c958f70bd7f56d3138d9722c997d2dba5b78 (patch)
tree25a478ef27c738fdeffd9dacab83ea93d97bebad /core
parent1b8d6df6cdfd2f130b3702d9e183d83183370dd1 (diff)
Position fixed for .toastify.toast
Diffstat (limited to 'core')
-rw-r--r--core/css/toast.scss2
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);