You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
safesploit
changed the title
Search box not displaying on iOS Safari
Bug: Search box not displaying on iOS Safari
Nov 15, 2022
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.
The text was updated successfully, but these errors were encountered: