reiji-h 1 год назад
Родитель
Сommit
45587f2b46

+ 1 - 3
apps/app/src/components/PageHeader/PagePathHeader.module.scss

@@ -17,10 +17,8 @@
     }
   }
 
+  // Make Truncated elements horizontally scrollable and hide the scroll bar
   .page-path-header-input {
     scrollbar-width: none;
-    &::-webkit-scrollbar {
-      display: none;
-    }
   }
 }

+ 1 - 3
apps/app/src/components/PageHeader/PageTitleHeader.module.scss

@@ -7,11 +7,9 @@
     transform: translateX(0.05rem) translateY(0.05rem);
   }
 
+  // Make Truncated elements horizontally scrollable and hide the scroll bar
   .page-title-header-input {
     scrollbar-width: none;
-    &::-webkit-scrollbar {
-      display: none;
-    }
   }
 }