Avoid zoom of safari on iOS when the input is focused

pull/7069/head
Henriette Dinger 6 years ago
parent c15c2d5393
commit 08f8b8d9e5
  1. 2
      app/assets/stylesheets/layout/_top_menu_mobile.sass

@ -107,6 +107,8 @@
.ng-input input
height: 36px
// The font-size is necessary to avoid iOS to zoom in when being focused
font-size: 16px
.top-menu-search--back-button
display: initial

Loading…
Cancel
Save