feat: 🎨

This commit is contained in:
codytseng
2025-02-05 15:31:15 +08:00
parent 8561ef038e
commit af9b97f60c
2 changed files with 2 additions and 0 deletions

View File

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

View File

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