Merge pull request #4665 from nextcloud/backport/4664/stable26

This commit is contained in:
Julius Härtl
2023-05-11 19:01:04 +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>