Browse Source

Fix #4637 webkit only

pull/4855/head
afc163 8 years ago
parent
commit
1490a40fc6
  1. 6
      components/table/style/index.less

6
components/table/style/index.less

@ -486,8 +486,10 @@
&-fixed-header &-scroll &-header {
overflow: scroll;
padding-bottom: 20px;
margin-bottom: -20px;
// Fix https://github.com/ant-design/ant-design/issues/4637
&::-webkit-scrollbar {
display: none;
}
}
/* fix firefox scrollbar bug */

Loading…
Cancel
Save