reiji-h 2 лет назад
Родитель
Сommit
d680bffd67
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      apps/app/src/pages/share/[[...path]].page.tsx

+ 1 - 3
apps/app/src/pages/share/[[...path]].page.tsx

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