Safari shows double arrows in nav menu #97
Labels
Area: Jekyll
Related to how the site is generated
Type: Bug
Issues in how things are displayed, or instructions that leads to errors
Because we're using
<details>
, we're running into two things:-webkit-details-marker
that doubles the arrows, and removing it leads to:<summary>
can't be a flex container, and it breaks the alignment.Not sure if we want to wait until Safari releases a version that fixes it, or switch to a standard
<nav>
/<ul>
structure for the menu.The text was updated successfully, but these errors were encountered: