doogle icon indicating copy to clipboard operation
doogle copied to clipboard

Bug: Search box not displaying on iOS Safari

Open safesploit opened this issue 2 years ago • 0 comments

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.

safesploit avatar Nov 15 '22 22:11 safesploit