From 50dff00d135cdaf866dcfd497c174f36ff1c1157 Mon Sep 17 00:00:00 2001 From: Josue Date: Fri, 30 Jul 2021 15:08:33 -0400 Subject: [PATCH] style(front-end): fix scrollbar track colour --- striker-ui/components/Panels/Panel.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/striker-ui/components/Panels/Panel.tsx b/striker-ui/components/Panels/Panel.tsx index 007a990d..8f379734 100644 --- a/striker-ui/components/Panels/Panel.tsx +++ b/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',