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; + } }