зеркало из https://github.com/nextcloud/passman.git
fixed bad zIndex for modals (which were not visible)
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
Родитель
301029299e
Коммит
3b5c8e96dc
|
@ -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;
|
||||
}
|
Загрузка…
Ссылка в новой задаче