reiji-h 2 лет назад
Родитель
Сommit
52310561a9

+ 0 - 1
apps/app/src/components/Common/PagePathNav/PagePathNav.module.scss

@@ -16,7 +16,6 @@
 
   .sticky-inner-wrapper {
     z-index: bs.$zindex-sticky;
-
   }
 
   // set smaller font-size when sticky

+ 1 - 1
apps/app/src/components/Common/PagePathNav/PagePathNav.tsx

@@ -116,7 +116,7 @@ export const PagePathNavSticky = (props: PagePathNavStickyProps): JSX.Element =>
   return (
     // Controlling pointer-events
     //  1. disable pointer-events with 'pe-none'
-    <Sticky className={`${styles['grw-page-path-nav-sticky']} mb-4`} innerClass="mt-1 pe-none d-flex" innerActiveClass="active">
+    <Sticky className={`${styles['grw-page-path-nav-sticky']} mb-4`} innerClass="mt-1 pe-none" innerActiveClass="active">
       {({ status }: { status: boolean }) => {
         const isCollapseParents = status === Sticky.STATUS_FIXED;
         return (