From ae7493efcf878e6aa513d682c702d24624e90024 Mon Sep 17 00:00:00 2001 From: Danny Murphy Date: Fri, 8 Oct 2021 19:48:33 +0100 Subject: [PATCH] Toast without Navbar Styling (#1223) * layout_frontend toast update Changes top when the navbar isn't present so the toast position appears where expected * Update toasts.scss * Update toasts.scss --- src/scss/toasts.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/toasts.scss b/src/scss/toasts.scss index 3bf3772238..5d4c2034e3 100644 --- a/src/scss/toasts.scss +++ b/src/scss/toasts.scss @@ -119,3 +119,7 @@ top: 20px; } } + +.layout_frontend .toast-top-right { + top: 20px; +}