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 <m.maksitaliev@gmail.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Sergiu 5 years ago committed by GitHub
parent 227e983314
commit f989da50c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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<ListProps>`
: 'row'
)};
${customScrollbar}
::-webkit-scrollbar-thumb {
background-color: #555555;
}
@media ${devices.mobile} {
width: 100%;
height: auto;

Loading…
Cancel
Save