doogle
doogle copied to clipboard
Bug: Search box not displaying on iOS Safari
Searchbox related to .mainSection .searchContainer .searchBox is not displaying on iOS 16 Safari.
Believed to be an issue related to
border: none; box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16), 0px 0px 0px 1px rgba(0,0,0,0.08);
not rendering correctly in mobile Safari.
Possible remedy is to attempt WebKit translation or opt for compatible CSS under @media only screen and (max-width: 700px).
Notes
Update as a patch.