diff --git a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx index e0b3f747..4575bbe3 100644 --- a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx +++ b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx @@ -11,7 +11,6 @@ import { export const List = styled.ul` width: 100%; - height: 460px; overflow-y: auto; margin-top: 25px; padding: 0 40px; @@ -33,11 +32,9 @@ export const List = styled.ul` ${isMobileDevice ? css` padding: 0; - height: 180px; margin-top: 19px; @media screen and (orientation: landscape){ margin-top: 10px; - height: 166px; } ` : ''};