Locked password alert shows up correctly

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-04 18:01:05 +02:00
parent 01bb2c02e6
commit fa38f69f75
11 changed files with 206 additions and 72 deletions

View File

@@ -436,6 +436,10 @@ footer{
z-index: 9999999999 !important;
}
.material-tooltip {
z-index: 999999 !important;
}
#user_password {
width: 50% !important;
}