Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Interactive rating component mixing CSS grid and flexbox

Chillidot 40

@Chillidot

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Why is svg/image at top left corner not shown correctly in Safari-Browser?

Community feedback

Byron 2,180

@byronbyron

Posted

Hi @Chillidot

If you remove the height: auto; from the your style.css below, that should fix it in safari!

/** Circle **/
svg{
    max-width: 100%;
    /* height: auto; */
}

Hope that helps!

Marked as helpful

1

Chillidot 40

@Chillidot

Posted

Hi @byronbyron

Thank you very much. I wouldn't have thought of that!

It works perfectly fine now

0

Please log in to post a comment

Log in with GitHub
Discord logo

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