From 65cb4fe20ccd6c646f48802a4f399350a6a416c8 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 20 Sep 2024 10:56:49 -0600 Subject: [PATCH] Remove the CSS card overflow it cut off the date-time picker --- themes/default/css.php | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index 73a38035fc..30b9e04ff0 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2655,7 +2655,6 @@ else { //default: white /* CARD **********************************************************************/ div.card { - overflow: auto; margin-bottom: 15px;