mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-25 16:04:19 +08:00
fixed bad zIndex for modals (which were not visible)
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
301029299e
commit
3b5c8e96dc
2 changed files with 9 additions and 0 deletions
|
@ -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;
|
display: none;
|
||||||
}
|
}
|
||||||
//bottom line end
|
//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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue