onwidget / astrowind

⭕️ AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.
https://astrowind.vercel.app
MIT License
3.24k stars 974 forks source link

Safari prices ribbon Title show bug #474

Closed Caij closed 2 months ago

Caij commented 3 months ago

image

prototypa commented 3 months ago

Hi @Caij

What type of device are you testing on? What operating system and what version of Safari?

On several of the devices we have tested, including iPad, it works well.

Screenshot 2024-06-22 at 7 25 27 PM
Caij commented 3 months ago

@prototypa image image image

Harold-Anderson commented 2 months ago

Safari uses WebKit. You will have to add css specific for these browsers. For instance:

  details summary::-webkit-details-marker {
    display: none; /* Hide the default marker in WebKit browsers */
  }

You can see how to do this in my repo: https://github.com/Harold-Anderson/acfo

Caij commented 2 months ago

I upgraded my system version, and now everything is working fine. I can no longer reproduce this issue.