|
@@ -120,9 +120,9 @@ const SharedPage: NextPageWithLayout<Props> = (props: Props) => {
|
|
|
</Head>
|
|
</Head>
|
|
|
|
|
|
|
|
<div className={`dynamic-layout-root ${growiLayoutFluidClass} justify-content-between`}>
|
|
<div className={`dynamic-layout-root ${growiLayoutFluidClass} justify-content-between`}>
|
|
|
- <header className="py-0 position-relative">
|
|
|
|
|
|
|
+ <nav className="sticky-top">
|
|
|
<GrowiContextualSubNavigationForSharedPage page={currentPage ?? props.shareLinkRelatedPage} isLinkSharingDisabled={props.disableLinkSharing} />
|
|
<GrowiContextualSubNavigationForSharedPage page={currentPage ?? props.shareLinkRelatedPage} isLinkSharingDisabled={props.disableLinkSharing} />
|
|
|
- </header>
|
|
|
|
|
|
|
+ </nav>
|
|
|
|
|
|
|
|
<div id="grw-fav-sticky-trigger" className="sticky-top"></div>
|
|
<div id="grw-fav-sticky-trigger" className="sticky-top"></div>
|
|
|
|
|
|