From f989da50c5e32a4a92c12315be32b1a03047920a Mon Sep 17 00:00:00 2001 From: Sergiu <46888793+Serj10GR@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:50:52 +0200 Subject: [PATCH] style(#696): popup-scrollbar style fix (#263) * style(#696): popup-scrollbar style fix * Update src/features/MatchPopup/components/PlayersList/styled.tsx Co-authored-by: Mirlan --- src/features/MatchPopup/components/PlayersList/styled.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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;