mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Fix DatePicker time scroll issue, close #4412
This commit is contained in:
parent
041457fa5e
commit
784915e55b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user