# Composer overflows when open

**URL:** <https://meta.discourse.org/t/composer-overflows-when-open/197484>\
**Category:** Bug\
**Created:** [July 17, 2021, 10:36pm UTC](https://meta.discourse.org/t/composer-overflows-when-open/197484 "2021-07-17T22:36:25Z")\
**Posts on this page:** 1\
**Showing post:** 14

<div class="post-metadata">

**Author:** ![th21](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/th21/32/211915_2.png) [@th21](https://meta.discourse.org/u/th21)\
**Post date:** [January 30, 2022, 10:16pm UTC](https://meta.discourse.org/t/composer-overflows-when-open/197484/14 "2022-01-30T22:16:04Z")

</div>

I think this might be the same issue as this topic below since I also see the UI zooms when clicking on the search button on mobile.

> [@Mobile UI zooms undesirably on search](https://meta.discourse.org/t/mobile-ui-zooms-undesirably-on-search/115800/17):
>
> This commit should fix the issue with the search input zoom in iOS: [FIX: disable input zoom on search in iOS · discourse/discourse@a452933 · GitHub](https://github.com/discourse/discourse/commit/a452933071b9ad844b02217619aea1a864a02978) The intended behaviour is to enable zooming on touch devices, but iOS automatically zooms on inputs with font size set to less than 16px, which is not a very fun experience, so we’ve implemented a workaround to avoid that auto-zoom.

Also, from this answer, seems if we keep `maximum-scale=1` and leave out `user-scale` attr should solve this issue.

> <https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone/46254706#46254706>

---

_[View the full topic](https://meta.discourse.org/t/composer-overflows-when-open/197484)._
