mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix #4637 webkit only
This commit is contained in:
parent
e2c46b78bf
commit
1490a40fc6
@ -486,8 +486,10 @@
|
||||
|
||||
&-fixed-header &-scroll &-header {
|
||||
overflow: scroll;
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: -20px;
|
||||
// Fix https://github.com/ant-design/ant-design/issues/4637
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* fix firefox scrollbar bug */
|
||||
|
Loading…
Reference in New Issue
Block a user