From 333b904335b66c5b79791753b1e0c93ca2b6682e 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] 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 fe0624b8d..685e0fa30 100644 --- a/src/components/card/CardSidebarTabDetails.vue +++ b/src/components/card/CardSidebarTabDetails.vue @@ -102,6 +102,7 @@ :formatter="format" :disabled="saving || !canEdit" :shortcuts="shortcuts" + :append-to-body="true" confirm />