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 = (