@ -72,6 +72,7 @@ const PrimaryPageLayout = forwardRef(
>
{titlebar && <PrimaryPageTitlebar>{titlebar}</PrimaryPageTitlebar>}
{children}
<div className="h-4" />
</ScrollArea>
{displayScrollToTopButton && <ScrollToTopButton scrollAreaRef={scrollAreaRef} />}
</DeepBrowsingProvider>
@ -85,6 +85,7 @@ const SecondaryPageLayout = forwardRef(
hideBackButton={hideBackButton}
/>