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 898249d commit ad28656Copy full SHA for ad28656
packages/main/src/components/AnalyticalTable/AnayticalTable.jss.ts
@@ -15,6 +15,9 @@ const styles = {
15
fontWeight: 'normal',
16
'&::-webkit-scrollbar': {
17
height: ThemingParameters.sapScrollBar_Dimension
18
+ },
19
+ '&::-webkit-scrollbar-thumb': {
20
+ height: ThemingParameters.sapScrollBar_Dimension
21
}
22
},
23
tableHeaderRow: {
0 commit comments