diff --git a/src/app/pages/client/bots/BotStatePage.tsx b/src/app/pages/client/bots/BotStatePage.tsx index df6dc66b..1ba20cdb 100644 --- a/src/app/pages/client/bots/BotStatePage.tsx +++ b/src/app/pages/client/bots/BotStatePage.tsx @@ -22,7 +22,11 @@ export function BotStatePage({ title, description, icon, children }: BotStatePag const screenSize = useScreenSizeContext(); return ( - + // Safe-top on the wrapper, not on `PageHeader`: the recipe is a + // folds `Header size="600"` with fixed height, so inner padding + // would clip its content (same constraint as PageNav, Page.tsx). + // No-op on web / inside Modal500 where `--vojo-safe-top` is 0px. + {screenSize === ScreenSize.Mobile && (