diff --git a/src/features/MatchPopup/components/PlayersListDesktop/index.tsx b/src/features/MatchPopup/components/PlayersListDesktop/index.tsx index a59d61f3..bdcea602 100644 --- a/src/features/MatchPopup/components/PlayersListDesktop/index.tsx +++ b/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;