diff --git a/components/common/GlobalNav.tsx b/components/common/GlobalNav.tsx index 6694fa63..f1413bf9 100644 --- a/components/common/GlobalNav.tsx +++ b/components/common/GlobalNav.tsx @@ -86,8 +86,6 @@ const BotNav = styled(Navbar)<{ $offsetTop?: number; $expanded: boolean }>` .container { flex-wrap: nowrap; - overflow-x: auto; - overflow-y: hidden; background-image: ${({ theme }) => `linear-gradient(to right, ${theme.themeColors.white}, ${theme.themeColors.white}), linear-gradient(to right, ${theme.themeColors.white}, ${theme.themeColors.white})`}, @@ -698,6 +696,7 @@ function GlobalNav(props) {