From 7a9603dbb8e72bbc711536c88ce5420fd17d7208 Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Tue, 8 Feb 2022 22:33:44 -0500 Subject: [PATCH] Add scroll to dashboard when overflowed (#6289) --- themes/default/css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/css.php b/themes/default/css.php index af19b224e1..89337cbe6c 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2296,6 +2296,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); */ padding-top: 3px; padding-bottom: 15px; + overflow-y: auto; } @media(min-width: 0px) and (max-width: 1199px) {