fixed bad zIndex for modals (which were not visible)

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2019-05-12 13:01:06 +02:00
Родитель 301029299e
Коммит 3b5c8e96dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2089A3431243E819
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -92,3 +92,7 @@
}
}
//This moves the modal from tbe background to the foreground so that it is actually visible
.ui-front{
z-index: 9999 !important;
}

Просмотреть файл

@ -68,4 +68,9 @@
display: none;
}
//bottom line end
}
//This moves the modal from tbe background to the foreground so that it is actually visible
.ui-front{
z-index: 9999 !important;
}