mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
Fix DatePicker time scroll issue, close #4412
This commit is contained in:
parent
041457fa5e
commit
784915e55b
@ -3,7 +3,6 @@
|
||||
width: 100%;
|
||||
top: 34px;
|
||||
background-color: @component-background;
|
||||
height: 206px;
|
||||
|
||||
&-panel {
|
||||
z-index: @zindex-picker;
|
||||
@ -57,6 +56,7 @@
|
||||
width: 33.6%;
|
||||
overflow: hidden;
|
||||
position: relative; // Fix chrome weird render bug
|
||||
height: 206px;
|
||||
|
||||
&:hover {
|
||||
overflow-y: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user