mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
💄 Fix scrollbar border bottom
This commit is contained in:
parent
1d1339e302
commit
b1f81045c6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user