@@ -9,7 +9,7 @@ exports[`Table.FixedColumn fixed column renders correctly RTL 1`] = `
9
9
>
10
10
<div
11
11
class = " rc-table-content"
12
- style = " overflow-x: scroll ; overflow-y: hidden;"
12
+ style = " overflow-x: auto ; overflow-y: hidden;"
13
13
>
14
14
<table
15
15
style = " width: 1px; min-width: 100%; table-layout: fixed;"
@@ -632,7 +632,7 @@ exports[`Table.FixedColumn renders correctly scrollX - with data 1`] = `
632
632
>
633
633
<div
634
634
class = " rc-table-content"
635
- style = " overflow-x: scroll ; overflow-y: hidden;"
635
+ style = " overflow-x: auto ; overflow-y: hidden;"
636
636
>
637
637
<table
638
638
style = " width: 1200px; min-width: 100%; table-layout: fixed;"
@@ -1255,7 +1255,7 @@ exports[`Table.FixedColumn renders correctly scrollX - without data 1`] = `
1255
1255
>
1256
1256
<div
1257
1257
class = " rc-table-content"
1258
- style = " overflow-x: scroll ; overflow-y: hidden;"
1258
+ style = " overflow-x: auto ; overflow-y: hidden;"
1259
1259
>
1260
1260
<table
1261
1261
style = " width: 1200px; min-width: 100%; table-layout: fixed;"
@@ -1526,7 +1526,7 @@ exports[`Table.FixedColumn renders correctly scrollXY - with data 1`] = `
1526
1526
</div >
1527
1527
<div
1528
1528
class = " rc-table-body"
1529
- style = " overflow-x: scroll ; overflow-y: scroll; max-height: 100px;"
1529
+ style = " overflow-x: auto ; overflow-y: scroll; max-height: 100px;"
1530
1530
>
1531
1531
<table
1532
1532
style = " width: 1200px; min-width: 100%; table-layout: fixed;"
@@ -2080,7 +2080,7 @@ exports[`Table.FixedColumn renders correctly scrollXY - without data 1`] = `
2080
2080
>
2081
2081
<div
2082
2082
class = " rc-table-content"
2083
- style = " overflow-x: scroll ; overflow-y: hidden;"
2083
+ style = " overflow-x: auto ; overflow-y: hidden;"
2084
2084
>
2085
2085
<table
2086
2086
style = " width: 1200px; min-width: 100%; table-layout: fixed;"
0 commit comments