mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix #6515. Add opacity on the table header as fixing additional scroll bar workaround.
This commit is contained in:
parent
7ece92f047
commit
b1f9f03b3d
@ -532,6 +532,9 @@
|
||||
overflow: scroll;
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: -20px;
|
||||
// Workaround for additional scroll bar on the table header
|
||||
// https://github.com/ant-design/ant-design/issues/6515#issuecomment-419634369
|
||||
opacity: 0.9999;
|
||||
}
|
||||
|
||||
&-fixed-left,
|
||||
|
Loading…
Reference in New Issue
Block a user