In other words, Safari does not consider this a list anymore:
ul {
list-style: none;
}
Quick fix in HTML:
<ul role="list"> ... </ul>
In other words, Safari does not consider this a list anymore:
ul {
list-style: none;
}
Quick fix in HTML:
<ul role="list"> ... </ul>