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

svg defs don't work if there are multiple icons and the first one is display: none #517

Open
mschile opened this issue Dec 20, 2024 · 0 comments

Comments

@mschile
Copy link
Contributor

mschile commented Dec 20, 2024

We encountered this issue in the Cypress App where some of the browser icons weren't displaying correctly due to the first instance of the icon having display: none and then the second icon not rendering correctly. This issue is also referenced in the code. We were able to workaround the issue by setting the height/width: 0 and overflow: hidden but we should investigate ways to resolve the issue.

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