Skip to content

Commit f10e7e5

Browse files
committed
fix(calendar): fix invisible calendar popover on iOS
1 parent f562972 commit f10e7e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/components/calendar/calendar.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,9 @@
316316
.calendar-month-picker,
317317
.calendar-year-picker,
318318
.calendar-time-picker {
319-
position: absolute;
319+
position: relative;
320320
width: 100%;
321321
height: 100%;
322-
left: 0px;
323-
top: 0px;
324-
z-index: 1000;
325322
user-select: none;
326323
background: transparent;
327324
}
@@ -429,6 +426,9 @@
429426
.calendar-month-picker-popover {
430427
height: 240px;
431428
width: 240px;
429+
.popover-inner {
430+
height: 100%;
431+
}
432432
}
433433
.calendar-time-picker {
434434
--f7-picker-popover-height: 100%;

0 commit comments

Comments
 (0)