From 3167a8ce495b90c15ab78557b3a4e2ba963101c4 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Wed, 12 Mar 2025 09:40:02 -0600 Subject: [PATCH] Use scroll bar if there are too many columns in a content card (#7300) --- themes/default/css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/css.php b/themes/default/css.php index f86efca208..ec99abbf21 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2904,6 +2904,7 @@ else { //default: white div.card { margin-bottom: 15px; + overflow-x: auto;