Skip to content

Commit

Permalink
fix: Properly overwrite z-index of datepicker above modal
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and backportbot-nextcloud[bot] committed May 11, 2023
1 parent 9650858 commit c3c8faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/CardSidebarTabDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,6 @@ export default {
<style>
.mx-datepicker-main.mx-datepicker-popup {
/* above the modal */
z-index: 9999;
z-index: 9999 !important;
}
</style>

0 comments on commit c3c8faf

Please sign in to comment.