Skip to content

Commit 783a92f

Browse files
committed
fix(calendar): fix wrong nested popover position in MD theme
1 parent 18b0030 commit 783a92f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/components/calendar/calendar-md.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
.calendar-header {
33
overflow: hidden;
44
}
5+
.toolbar .calendar-month-selector,
6+
.toolbar .calendar-year-selector {
7+
display: flex;
8+
}
59
}

0 commit comments

Comments
 (0)