Browse Source

Hide scroll bar in fixed header of table, close #4637

pull/4449/merge
afc163 8 years ago
parent
commit
fe5f8910dd
  1. 2
      components/table/style/index.less

2
components/table/style/index.less

@ -457,6 +457,7 @@
&-scroll {
overflow: auto;
overflow-x: hidden;
table {
width: auto;
min-width: 100%;
@ -480,6 +481,7 @@
overflow: scroll;
padding-bottom: 20px;
margin-bottom: -20px;
margin-right: -18px;
}
/* fix firefox scrollbar bug */

Loading…
Cancel
Save