diff --git a/frontend/src/components/Graph/styles.ts b/frontend/src/components/Graph/styles.ts index 2cbe302815..371aa9d317 100644 --- a/frontend/src/components/Graph/styles.ts +++ b/frontend/src/components/Graph/styles.ts @@ -6,7 +6,10 @@ export const LegendsContainer = styled.div` * { ::-webkit-scrollbar { - width: 0.5rem; + width: 0.3rem; + } + ::-webkit-scrollbar:horizontal { + height: 0.3rem; } ::-webkit-scrollbar-track { background: transparent; @@ -18,5 +21,8 @@ export const LegendsContainer = styled.div` ::-webkit-scrollbar-thumb:hover { background: ${themeColors.matterhornGrey}; } + ::-webkit-scrollbar-corner { + background: transparent; + } } `;