Skip to content
Prev Previous commit
Next Next commit
Reset panel height so guided tour tooltip can render correctly
  • Loading branch information
ghengeveld committed Dec 10, 2025
commit d26a688ebf7eec32725e859bd1c95a08eaee2b48
1 change: 1 addition & 0 deletions code/addons/onboarding/src/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default function Onboarding({
api.togglePanel(true);
api.togglePanelPosition('bottom');
api.setSelectedPanel(ADDON_CONTROLS_ID);
api.setSizes({ bottomPanelHeight: 300 });
}, [api, selectStory]);

useEffect(() => {
Expand Down