Skip to content

Commit

Permalink
#2809 fixed scrollbar color in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
chpy04 committed Nov 25, 2024
1 parent bbf8e5e commit a817b75
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ const WorkPackagesSelectionView: React.FC = () => {
borderRadius: '20px',
border: '6px solid transparent',
backgroundClip: 'content-box'
}
},
scrollbarWidth: 'auto',
scrollbarColor: `${theme.palette.primary.main} transparent`
}}
>
<Grid container rowSpacing={2} columnSpacing={2}>
Expand Down

0 comments on commit a817b75

Please sign in to comment.