Kaynağa Gözat

remove sticky-top

reiji-h 2 yıl önce
ebeveyn
işleme
d680bffd67
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  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>