Skip to content

3.2.1 — mobile modals

Choose a tag to compare

@tmoosting tmoosting released this 05 Sep 12:41
· 15 commits to main since this release

Mobile fix. Modal dialogs now fit the screen and keep their buttons reachable on phones.

Reported by a user on iOS: modals rendered centered and unscrollable, so the action buttons sat behind the on-screen keyboard — which can't be dismissed from inside a modal. Create World, Download World, key entry and element creation were effectively unusable on an iPhone.

What changed

  • Modals are capped at the visible viewport and scroll their content.
  • The action buttons are pinned as a footer, so they stay reachable while the keyboard is up.
  • Modals no longer open the keyboard by themselves on phones — it opens when you tap a field.
  • Bigger touch targets on modal buttons, and inputs no longer trigger zoom-on-focus in iOS Safari.

Desktop behaviour is unchanged.

Thanks to the user who reported this with a precise description — it named the cause, which is why the fix covers every dialog rather than the one they happened to hit.