fix: modal not centered to screen, calendar not closing on set

This commit is contained in:
limes
2026-08-20 20:04:34 +02:00
parent 06d9c6f3c9
commit a649f9686f

View File

@@ -367,6 +367,7 @@ useHead({
v-model="newBirthday"
:locale="locale"
granularity="day"
close-on-select
>
<DatePicker.Field
v-slot="{ segments }"
@@ -1128,8 +1129,6 @@ useHead({
}
.modal-wrapper {
height: 100vh;
position: absolute;
padding: 1.5rem;
box-sizing: border-box;
}