From 089fe88f85076a1b6a84eef0d4e10a46b58e6b34 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:49:53 -0700 Subject: [PATCH] Prevent date time picker from getting clipped --- 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 */