fix(#2404): fixed height list of packages

keep-around/88b683eb0748a6e7f3c8d242d7abeeaa01eaba55
Rakov Roman 4 years ago
parent cd27c43b63
commit 5ccc0932c1
  1. 1
      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;

Loading…
Cancel
Save