style(front-end): fix scrollbar track colour

main
Josue 3 years ago
parent fea3ae94fc
commit 50dff00d13
  1. 3
      striker-ui/components/Panels/Panel.tsx

@ -46,6 +46,9 @@ const useStyles = makeStyles(() => ({
'*::-webkit-scrollbar': {
width: '.6em',
},
'*::-webkit-scrollbar-track': {
backgroundColor: PANEL_BACKGROUND,
},
'*::-webkit-scrollbar-thumb': {
backgroundColor: TEXT,
outline: '1px solid transparent',

Loading…
Cancel
Save