Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Search box not displaying on iOS Safari #3

Open
safesploit opened this issue Nov 15, 2022 · 0 comments
Open

Bug: Search box not displaying on iOS Safari #3

safesploit opened this issue Nov 15, 2022 · 0 comments

Comments

@safesploit
Copy link
Member

safesploit commented 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.

@safesploit safesploit changed the title Search box not displaying on iOS Safari Bug: Search box not displaying on iOS Safari Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant