fix #6515. Add opacity on the table header as fixing additional scroll bar workaround.

This commit is contained in:
zombiej 2018-09-08 21:24:35 +08:00
parent 7ece92f047
commit b1f9f03b3d

View File

@ -532,6 +532,9 @@
overflow: scroll;
padding-bottom: 20px;
margin-bottom: -20px;
// Workaround for additional scroll bar on the table header
// https://github.com/ant-design/ant-design/issues/6515#issuecomment-419634369
opacity: 0.9999;
}
&-fixed-left,