text-align: right
input, textarea
- @apply block w-full outline-none border border-grey-100 text-grey-dark rounded p-3
+ @apply block w-full outline-none border border-grey-100 text-grey-dark rounded p-3 appearance-none
&:focus
border-color: theme('colors.grey.250')
transform: scale(0)
-#mobile-menu-icon
+
.mm
font-family: theme('fontFamily.display')
font-weight: 400
--mm-item-height: var(--header-height)
--mm-item-item-height: 65px
+ // On iOS, the submenu items still are clickable sometimes even
+ // though the menu is offscreen. This can also block other parts of
+ // the page so we disable pointer-events until it is actually open.
+ pointer-events: none
+ .mm-body--open &
+ pointer-events: auto
+
.mm--close
padding: 0
height: var(--header-height)