Merge pull request #4667 from nextcloud/backport/4664/stable25

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

View File

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