feat: 🎨
This commit is contained in:
parent
8561ef038e
commit
af9b97f60c
2 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@ const SecondaryPageLayout = forwardRef(
|
||||||
hideBackButton={hideBackButton}
|
hideBackButton={hideBackButton}
|
||||||
/>
|
/>
|
||||||
{children}
|
{children}
|
||||||
|
<div className="h-4" />
|
||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
{displayScrollToTopButton && <ScrollToTopButton scrollAreaRef={scrollAreaRef} />}
|
{displayScrollToTopButton && <ScrollToTopButton scrollAreaRef={scrollAreaRef} />}
|
||||||
</DeepBrowsingProvider>
|
</DeepBrowsingProvider>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue