diff --git a/src/layouts/PrimaryPageLayout/index.tsx b/src/layouts/PrimaryPageLayout/index.tsx index 356dd81..255760b 100644 --- a/src/layouts/PrimaryPageLayout/index.tsx +++ b/src/layouts/PrimaryPageLayout/index.tsx @@ -72,6 +72,7 @@ const PrimaryPageLayout = forwardRef( > {titlebar && {titlebar}} {children} +
{displayScrollToTopButton && } diff --git a/src/layouts/SecondaryPageLayout/index.tsx b/src/layouts/SecondaryPageLayout/index.tsx index 55e332e..2b443ad 100644 --- a/src/layouts/SecondaryPageLayout/index.tsx +++ b/src/layouts/SecondaryPageLayout/index.tsx @@ -85,6 +85,7 @@ const SecondaryPageLayout = forwardRef( hideBackButton={hideBackButton} /> {children} +
{displayScrollToTopButton && }