From 7148ba3c66af42773f1090d51d9f6e01272abd8a Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:50:39 -0700 Subject: [PATCH] Prevent date time picker from getting clipped (#7345) --- themes/default/css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/css.php b/themes/default/css.php index 031129cc97..a5ffca9ea7 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2951,6 +2951,10 @@ else { //default: white ?> } + div.card:has(.datetimepicker) { + overflow-x: visible; + } + /* DASHBOARD **********************************************************************/ /* login message */