• Hello!

    We detected a CSS error. On a Mac and Safari, the files are not visible. A webkit error is detected. To correct the situation, we have changed the following classes.

    .collection-item.of-h.mix.cuar_private_file {
    display: inline-block !important;
    }

    Now files are available.

    Thank you for doing the follow-up

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also have the same issue.

    Here is how the item is rendered in safari on mac:

    <div class="collection-item of-h mix cuar_private_file" style="-webkit- display: inline-block; transform: translate(0px, 0px);">

    And here is how it is rendered on chrome on mac:

    <div class="collection-item of-h mix cuar_private_file" style=" display: inline-block; transform: translate(0px, 0px);">

    I’ve stopped my investigations here, any ideas ?

    • This reply was modified 7 years, 3 months ago by lracicot.

    Do you see the same error with the standard themes or only with your theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS error on Safari on Mac’ is closed to new replies.