File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
packages/main/src/components/AnalyticalTable Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ const AnalyticalTable = forwardRef<AnalyticalTableDomRef, AnalyticalTablePropTyp
190190 useStylesheet ( styleData , AnalyticalTable . displayName ) ;
191191 const isInitialized = useRef ( false ) ;
192192
193- const nativeScrollbar = className ?. includes ( 'ui5-content-native-scrollbars' ) ;
194193 const alwaysShowSubComponent =
195194 subComponentsBehavior === AnalyticalTableSubComponentsBehavior . Visible ||
196195 subComponentsBehavior === AnalyticalTableSubComponentsBehavior . IncludeHeight ;
@@ -676,9 +675,6 @@ const AnalyticalTable = forwardRef<AnalyticalTableDomRef, AnalyticalTablePropTyp
676675 classNames . table ,
677676 withNavigationHighlight && classNames . hasNavigationIndicator ,
678677 showVerticalEndBorder && classNames . showVerticalEndBorder ,
679- nativeScrollbar
680- ? 'ui5-content-native-scrollbars'
681- : `ui5-content-native-scrollbars ${ classNames . analyticalTableDelta } ` ,
682678 ) ;
683679
684680 const handleOnLoadMore = ( e ) => {
@@ -881,7 +877,6 @@ const AnalyticalTable = forwardRef<AnalyticalTableDomRef, AnalyticalTablePropTyp
881877 tableRef = { tableRef }
882878 ref = { verticalScrollBarRef }
883879 scrollContainerRef = { scrollContainerRef }
884- nativeScrollbar = { nativeScrollbar }
885880 classNames = { classNames }
886881 />
887882 ) }
You can’t perform that action at this time.
0 commit comments