fix: Properly overwrite z-index of datepicker above modal

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-05-10 18:18:32 +02:00
parent 6cda378fe2
commit 03e34b291e

View File

@@ -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>