From 9f56fd710209a4d0549f7d648a2a87dd29b97640 Mon Sep 17 00:00:00 2001 From: gitdallas <5322142+gitdallas@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:05:00 -0500 Subject: [PATCH 1/2] fix(DrawerPanelContent): fix issue with styles overriding Signed-off-by: gitdallas <5322142+gitdallas@users.noreply.github.com> --- .../src/components/Drawer/DrawerPanelContent.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx b/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx index 83cac16a3aa..baef80f146d 100644 --- a/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx +++ b/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx @@ -77,6 +77,7 @@ export const DrawerPanelContent: React.FunctionComponent { const panel = useRef(undefined); @@ -381,9 +382,10 @@ export const DrawerPanelContent: React.FunctionComponent