1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

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

View File

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