From af9177584c237a4947d462b868436ec5910d7989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 3 May 2023 10:25:40 +0200 Subject: [PATCH 1/2] fix: Append datetime picker to body to avoid cut off MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/card/CardSidebarTabDetails.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/card/CardSidebarTabDetails.vue b/src/components/card/CardSidebarTabDetails.vue index 2b4a401ea..ab42da0f6 100644 --- a/src/components/card/CardSidebarTabDetails.vue +++ b/src/components/card/CardSidebarTabDetails.vue @@ -103,6 +103,7 @@ :formatter="format" :disabled="saving || !canEdit" :shortcuts="shortcuts" + :append-to-body="true" confirm /> From e3ba87057724e69152ee7b2a53b82573e72489a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 3 May 2023 13:10:08 +0200 Subject: [PATCH 2/2] fix: z-index of datepicker in modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/card/CardSidebarTabDetails.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/card/CardSidebarTabDetails.vue b/src/components/card/CardSidebarTabDetails.vue index ab42da0f6..6b330ce3f 100644 --- a/src/components/card/CardSidebarTabDetails.vue +++ b/src/components/card/CardSidebarTabDetails.vue @@ -449,5 +449,10 @@ export default { .multiselect.multiselect--active:deep(.multiselect__tags-wrap) { z-index: 0; } - + +