Unreachable exit button in certain settings screens

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;
}

https://help.obsidian.md/Extending+Obsidian/CSS+snippets