|
@@ -329,7 +329,7 @@ const Page: NextPageWithLayout<Props> = (props: Props) => {
|
|
|
<Head>
|
|
<Head>
|
|
|
<title>{title}</title>
|
|
<title>{title}</title>
|
|
|
</Head>
|
|
</Head>
|
|
|
- <div className={`dynamic-layout-root ${growiLayoutFluidClass} h-100 d-flex flex-column justify-content-between`}>
|
|
|
|
|
|
|
+ <div className={`dynamic-layout-root ${growiLayoutFluidClass} justify-content-between`}>
|
|
|
<header className="py-0 position-relative">
|
|
<header className="py-0 position-relative">
|
|
|
<div id="grw-subnav-container">
|
|
<div id="grw-subnav-container">
|
|
|
<GrowiContextualSubNavigation isLinkSharingDisabled={props.disableLinkSharing} />
|
|
<GrowiContextualSubNavigation isLinkSharingDisabled={props.disableLinkSharing} />
|