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%; width: 100%;
top: 34px; top: 34px;
background-color: @component-background; background-color: @component-background;
height: 206px;
&-panel { &-panel {
z-index: @zindex-picker; z-index: @zindex-picker;
@ -57,6 +56,7 @@
width: 33.6%; width: 33.6%;
overflow: hidden; overflow: hidden;
position: relative; // Fix chrome weird render bug position: relative; // Fix chrome weird render bug
height: 206px;
&:hover { &:hover {
overflow-y: auto; overflow-y: auto;