Fixed issue with toasts comming in the background

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-05 15:58:04 +02:00
parent 7714729093
commit aa1ca995f0
6 changed files with 13 additions and 9 deletions

View File

@@ -440,6 +440,10 @@ footer{
z-index: 999999 !important;
}
#toast-container {
z-index: 999999 !important;
}
#user_password {
width: 50% !important;
}