mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +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 {
|
&-scroll {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
table {
|
table {
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
@ -480,6 +481,7 @@
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
margin-bottom: -20px;
|
margin-bottom: -20px;
|
||||||
|
margin-right: -18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fix firefox scrollbar bug */
|
/* fix firefox scrollbar bug */
|
||||||
|
Loading…
Reference in New Issue
Block a user