fix: v-calendar range picker is overflown in mobile screen
This commit is contained in:
parent
ead6ad8437
commit
1965ef1e75
|
|
@ -117,7 +117,7 @@ const vCalendarSlots = computed(() => {
|
||||||
@apply p-3 text-center;
|
@apply p-3 text-center;
|
||||||
}
|
}
|
||||||
.calendar .vc-pane-layout {
|
.calendar .vc-pane-layout {
|
||||||
@apply grid gap-4;
|
@apply grid gap-4 max-sm:!grid-cols-1;
|
||||||
}
|
}
|
||||||
.calendar .vc-title {
|
.calendar .vc-title {
|
||||||
@apply text-sm font-medium relative z-20;
|
@apply text-sm font-medium relative z-20;
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@ const vCalendarSlots = computed(() => {
|
||||||
@apply p-3 text-center;
|
@apply p-3 text-center;
|
||||||
}
|
}
|
||||||
.calendar .vc-pane-layout {
|
.calendar .vc-pane-layout {
|
||||||
@apply grid gap-4;
|
@apply grid gap-4 max-sm:!grid-cols-1;
|
||||||
}
|
}
|
||||||
.calendar .vc-title {
|
.calendar .vc-title {
|
||||||
@apply text-sm font-medium relative z-20;
|
@apply text-sm font-medium relative z-20;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user