We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f562972 commit f10e7e5Copy full SHA for f10e7e5
src/core/components/calendar/calendar.less
@@ -316,12 +316,9 @@
316
.calendar-month-picker,
317
.calendar-year-picker,
318
.calendar-time-picker {
319
- position: absolute;
+ position: relative;
320
width: 100%;
321
height: 100%;
322
- left: 0px;
323
- top: 0px;
324
- z-index: 1000;
325
user-select: none;
326
background: transparent;
327
}
@@ -429,6 +426,9 @@
429
426
.calendar-month-picker-popover {
430
427
height: 240px;
431
428
width: 240px;
+ .popover-inner {
+ height: 100%;
+ }
432
433
434
--f7-picker-popover-height: 100%;
0 commit comments