diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-15 10:18:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-15 10:18:05 +0200 |
commit | d231fc9843b117c3361ce0b4e030d55c59607005 (patch) | |
tree | 9e5df6523827a3d826fd32339d2f811a46944132 /core | |
parent | 79a99f02f847618db0893c1be9563b9a3251c676 (diff) | |
parent | e2b4c958f70bd7f56d3138d9722c997d2dba5b78 (diff) | |
download | nextcloud-server-d231fc9843b117c3361ce0b4e030d55c59607005.tar.gz nextcloud-server-d231fc9843b117c3361ce0b4e030d55c59607005.zip |
Merge pull request #17110 from zorn-v/patch-1
Position fixed for .toastify.toast
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); |