From 88c8b4de2917cecbbfccd2d771abfe4821381194 Mon Sep 17 00:00:00 2001 From: Tarun Vashishtha <65185652+tarunvashishth@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:59:35 +0530 Subject: [PATCH] fix(Menu): adjust initially drilled-in root menu height --- .../components/Menu/examples/MenuWithDrilldownInitialState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-core/src/components/Menu/examples/MenuWithDrilldownInitialState.tsx b/packages/react-core/src/components/Menu/examples/MenuWithDrilldownInitialState.tsx index fc6864134c6..e4ad36e7037 100644 --- a/packages/react-core/src/components/Menu/examples/MenuWithDrilldownInitialState.tsx +++ b/packages/react-core/src/components/Menu/examples/MenuWithDrilldownInitialState.tsx @@ -11,7 +11,7 @@ export const MenuDrilldownInitialState: React.FunctionComponent = () => { 'initial-state-drilldownMenuStart' ]); const [drilldownPath, setDrilldownPath] = useState(['group:start_rollout', 'group:app_grouping']); - const [menuHeights, setMenuHeights] = useState({ 'initial-state-rootMenu': 216 }); // The root menu height must be defined when starting from a drilled in state + const [menuHeights, setMenuHeights] = useState({ 'initial-state-rootMenu': 186 }); // The root menu height must be defined when starting from a drilled in state const [activeMenu, setActiveMenu] = useState('initial-state-drilldownMenuStartGrouping'); const drillIn = (