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