From ab32922688aa06f0d67981c100abf8b304cb98bb Mon Sep 17 00:00:00 2001 From: aptmac Date: Wed, 14 May 2025 15:33:04 -0400 Subject: [PATCH] fix(css): override drawer body height for active recordings page analysis report --- src/openshift/styles/plugin.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/openshift/styles/plugin.css b/src/openshift/styles/plugin.css index 2f69d699..7454582a 100644 --- a/src/openshift/styles/plugin.css +++ b/src/openshift/styles/plugin.css @@ -25,4 +25,12 @@ limitations under the License. height: unset; } } + +/* Reset override height property used by the automated analysis drawer body on Active Recordings page*/ +#active-recording-drawer { + .pf-v5-c-drawer__body { + height: unset; + } +} + /* stylelint-enable */