From 5ccc0932c118502c0dc1f4eba9e55a0aeecc9332 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Tue, 26 Apr 2022 17:09:28 +0300 Subject: [PATCH] fix(#2404): fixed height list of packages --- src/features/BuyMatchPopup/components/PackagesList/styled.tsx | 1 - 1 file changed, 1 deletion(-) 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;