Merge pull request #4664 from nextcloud/bugfix/4663

This commit is contained in:
Julius Härtl
2023-05-11 15:15:30 +02:00
committed by GitHub

View File

@@ -453,6 +453,6 @@ export default {
<style>
.mx-datepicker-main.mx-datepicker-popup {
/* above the modal */
z-index: 9999;
z-index: 9999 !important;
}
</style>