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
This commit is contained in:
Danny Murphy 2021-10-08 19:48:33 +01:00 committed by GitHub
parent fc7a7281fe
commit ae7493efcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -119,3 +119,7 @@
top: 20px;
}
}
.layout_frontend .toast-top-right {
top: 20px;
}