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

This commit is contained in:
afc163 2017-01-19 16:08:09 +08:00
parent 3e17551b7e
commit fe5f8910dd

View File

@ -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 */