diff --git a/src/components/header/CategoryList.js b/src/components/header/CategoryList.js index 262aa2a..f107853 100644 --- a/src/components/header/CategoryList.js +++ b/src/components/header/CategoryList.js @@ -167,15 +167,10 @@ class CategoryList extends Component { display: "flex", justifyContent: "flex-start", alignItems: "center", - flexWrap: isMobile ? "wrap" : "nowrap", - overflowX: isMobile ? "visible" : "auto", + flexWrap: "wrap", + overflowX: "visible", flexDirection: isMobile ? "column" : "row", py: 0.5, // Add vertical padding to prevent border clipping - "&::-webkit-scrollbar": { - display: "none", - }, - scrollbarWidth: "none", - msOverflowStyle: "none", }} >