feat: 🎨
This commit is contained in:
parent
1df975dfc6
commit
a8127db4f6
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ export default function SecondaryPageLayout({
|
|||
controls={controls}
|
||||
hideBackButton={hideBackButton}
|
||||
/>
|
||||
<div className="pb-4 mt-2">{children}</div>
|
||||
{children}
|
||||
{displayScrollToTopButton && <ScrollToTopButton />}
|
||||
<BottomNavigationBar />
|
||||
</div>
|
||||
|
|
@ -63,7 +63,7 @@ export default function SecondaryPageLayout({
|
|||
ref={scrollAreaRef}
|
||||
>
|
||||
<SecondaryPageTitlebar title={title} controls={controls} hideBackButton={hideBackButton} />
|
||||
<div className="pb-4 mt-2">{children}</div>
|
||||
{children}
|
||||
</ScrollArea>
|
||||
{displayScrollToTopButton && <ScrollToTopButton scrollAreaRef={scrollAreaRef} />}
|
||||
</DeepBrowsingProvider>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue