Interactive rating component mixing CSS grid and flexbox

Solution retrospective
Why is svg/image at top left corner not shown correctly in Safari-Browser?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @byronbyron
Hi @Chillidot
If you remove the
height: auto;
from the yourstyle.css
below, that should fix it in safari!/** Circle **/ svg{ max-width: 100%; /* height: auto; */ }
Hope that helps!
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord