We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647635d commit 6c742aaCopy full SHA for 6c742aa
site/src/modules/workspaces/WorkspaceTiming/Chart/Chart.tsx
@@ -104,14 +104,16 @@ const styles = {
104
display: "flex",
105
flexDirection: "column",
106
},
107
- content: {
+ content: (theme) => ({
108
109
alignItems: "stretch",
110
fontSize: 12,
111
fontWeight: 500,
112
overflow: "auto",
113
flex: 1,
114
- },
+ scrollbarColor: `${theme.palette.divider} ${theme.palette.background.default}`,
115
+ scrollbarWidth: "thin",
116
+ }),
117
toolbar: (theme) => ({
118
borderBottom: `1px solid ${theme.palette.divider}`,
119
0 commit comments