mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-15 12:27:40 -05:00
fix: modal not centered to screen, calendar not closing on set
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user