From 9c3af66c7d97371c8c8338a3559468e87c3e617c 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) (cherry picked from commit 1b179279af0fab3c4ab53163da124e19e5dd4954) --- 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; } }