Fix #4637 webkit only

This commit is contained in:
afc163 2017-02-13 18:32:05 +08:00
parent e2c46b78bf
commit 1490a40fc6

View File

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