• Resolved wake surfer

    (@trik_sea)


    I had an issue with the Preferences checkboxes not showing on either Chrome or Safari. I was able to make it appear by defining a set width on the svg. Without it it stayed blank. This is the only edit I made but it seems like this should be defined by the plugin. Wanted to pass it along in case anyone else has this issue. I don’t know if I have custom css interfering or not, but it worked.

    .cc-window .cc-check svg {width:16px;}

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @trik_sea,

    I see this in your console:

    /*this show the overlays outside of the box*/
    svg {width:100vw;overflow: visible !important;}

    The width caused it to disappear. Do you know where this if from? If it’s a plugin or theme, we can have a look to overrule the CSS. Otherwise, your solution works!

    regards Aert

Viewing 1 replies (of 1 total)
  • The topic ‘Checkboxes not showing on Chrome or Safari’ is closed to new replies.