fix(706): added players list max height (#285)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent 72706fa55f
commit cdd5d56150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchPopup/components/PlayersListDesktop/index.tsx

@ -17,7 +17,7 @@ const Wrapper = styled.div`
const ListsWrapper = styled.div`
width: 100%;
height: 325px;
max-height: 515px;
overflow-y: auto;
margin-top: 10px;
display: flex;

Loading…
Cancel
Save