diff --git a/src/features/MatchPopup/components/PlayersList/styled.tsx b/src/features/MatchPopup/components/PlayersList/styled.tsx index 318b04d2..2e9d1310 100644 --- a/src/features/MatchPopup/components/PlayersList/styled.tsx +++ b/src/features/MatchPopup/components/PlayersList/styled.tsx @@ -4,6 +4,7 @@ import { devices } from 'config' import { Name } from 'features/Name' import { ProfileLogo } from 'features/ProfileLogo' +import { customScrollbar } from 'features/Common' import { Teams } from '../../types' @@ -23,6 +24,11 @@ export const List = styled.ul` : 'row' )}; + ${customScrollbar} + ::-webkit-scrollbar-thumb { + background-color: #555555; + } + @media ${devices.mobile} { width: 100%; height: auto;