fix: Properly overwrite z-index of datepicker above modal
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
backportbot-nextcloud[bot]
parent
96508580fd
commit
c3c8faffea
@@ -453,6 +453,6 @@ export default {
|
|||||||
<style>
|
<style>
|
||||||
.mx-datepicker-main.mx-datepicker-popup {
|
.mx-datepicker-main.mx-datepicker-popup {
|
||||||
/* above the modal */
|
/* above the modal */
|
||||||
z-index: 9999;
|
z-index: 9999 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user