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