File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/main/src/components/AnalyticalTable Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const styles = {
102
102
position : 'relative' ,
103
103
overflowX : 'hidden' ,
104
104
overflowY : 'auto' ,
105
- scrollBarWidth : 'none !important ' ,
105
+ scrollbarWidth : 'none' ,
106
106
borderBlockEnd : `1px solid ${ ThemingParameters . sapList_TableFooterBorder } ` ,
107
107
'-ms-overflow-style' : 'none' ,
108
108
'&::-webkit-scrollbar' : {
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ const styles = {
26
26
borderBlockEnd : `${ CustomThemingParameters . AnalyticalTableHeaderBorderWidth } solid ${ ThemingParameters . sapList_HeaderBorderColor } ` ,
27
27
backgroundColor : ThemingParameters . sapList_HeaderBackground ,
28
28
borderInlineStart : `1px solid ${ ThemingParameters . sapList_BorderColor } ` ,
29
- marginInlineStart : '-1px'
29
+ marginInlineStart : '-1px' ,
30
+ width : `calc(${ ThemingParameters . sapScrollBar_Dimension } + 2px)`
30
31
} ,
31
32
scrollbar : {
32
33
overflowY : 'auto' ,
You can’t perform that action at this time.
0 commit comments