mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix #4637 again
This commit is contained in:
parent
8941990e74
commit
af62254597
@ -493,6 +493,11 @@
|
||||
overflow: scroll;
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: -20px;
|
||||
|
||||
// Fix https://github.com/ant-design/ant-design/issues/4637
|
||||
&::-webkit-scrollbar {
|
||||
opacity: 0.001;
|
||||
}
|
||||
}
|
||||
|
||||
/* fix firefox scrollbar bug */
|
||||
|
Loading…
Reference in New Issue
Block a user