You can use this CSS snippet for the time being to move the “X”. Adjust the right: 12px
as desired.
.is-phone .modal .modal-close-button {
top: calc(var(--safe-area-inset-top) + 10px);
right: 12px;
}
You can use this CSS snippet for the time being to move the “X”. Adjust the right: 12px
as desired.
.is-phone .modal .modal-close-button {
top: calc(var(--safe-area-inset-top) + 10px);
right: 12px;
}