mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
Hide scroll bar in fixed header of table, close #4637
This commit is contained in:
parent
3e17551b7e
commit
fe5f8910dd
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user