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>