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