diff --git a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx index d8381191..a87d6872 100644 --- a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx +++ b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx @@ -13,7 +13,6 @@ import { devices } from '../../../../config' export const List = styled.ul` width: 100%; - height: 460px; overflow-y: auto; margin-top: 25px; padding: 0 40px;