From e2b4c958f70bd7f56d3138d9722c997d2dba5b78 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Thu, 12 Sep 2019 16:54:43 +1000 Subject: [PATCH] Position fixed for .toastify.toast --- core/css/toast.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/toast.scss b/core/css/toast.scss index 61e242a312..0ab797ad43 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);