Fix DatePicker time scroll issue, close #4412

This commit is contained in:
afc163 2017-01-15 14:10:20 +08:00
parent 041457fa5e
commit 784915e55b

View File

@ -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;