From 1b179279af0fab3c4ab53163da124e19e5dd4954 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 15 Sep 2023 15:59:27 -0700 Subject: [PATCH] + (Group) Fixed Group Scheduler from incorrectly collapsing groups. (Fixes #5600) --- RockWeb/Themes/Rock/Styles/group-scheduler.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RockWeb/Themes/Rock/Styles/group-scheduler.less b/RockWeb/Themes/Rock/Styles/group-scheduler.less index 45515062a33..d593c97d644 100644 --- a/RockWeb/Themes/Rock/Styles/group-scheduler.less +++ b/RockWeb/Themes/Rock/Styles/group-scheduler.less @@ -117,7 +117,7 @@ overflow-y: scroll; .panel.panel-block { height: auto; - overflow: visible; + overflow: visible !important; } }