Merge pull request #4646 from nextcloud/backport/4643/stable24
[stable24] fix: Append datetime picker to body to avoid cut off
This commit is contained in:
@@ -102,6 +102,7 @@
|
|||||||
:formatter="format"
|
:formatter="format"
|
||||||
:disabled="saving || !canEdit"
|
:disabled="saving || !canEdit"
|
||||||
:shortcuts="shortcuts"
|
:shortcuts="shortcuts"
|
||||||
|
:append-to-body="true"
|
||||||
confirm />
|
confirm />
|
||||||
<Actions v-if="canEdit">
|
<Actions v-if="canEdit">
|
||||||
<ActionButton v-if="copiedCard.duedate" icon="icon-delete" @click="removeDue()">
|
<ActionButton v-if="copiedCard.duedate" icon="icon-delete" @click="removeDue()">
|
||||||
@@ -435,5 +436,10 @@ export default {
|
|||||||
.multiselect.multiselect--active::v-deep .multiselect__tags-wrap {
|
.multiselect.multiselect--active::v-deep .multiselect__tags-wrap {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
.mx-datepicker-main.mx-datepicker-popup {
|
||||||
|
/* above the modal */
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user