💄 Fix scrollbar border bottom

This commit is contained in:
afc163 2019-06-04 16:18:25 +08:00
parent 1d1339e302
commit b1f81045c6
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -598,6 +598,10 @@
// Workaround for additional scroll bar on the table header
// https://github.com/ant-design/ant-design/issues/6515#issuecomment-419634369
opacity: 0.9999;
&::-webkit-scrollbar {
border-bottom: 1px solid @border-color-split;
}
}
&-hide-scrollbar {