mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-12 20:39:21 +08:00
Fix #4637 webkit only
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user