Dropdown Menu not working on Safari

The dropdown menu on my site is positioned very low on the page when I load it on Safari, making it very hard to use.

It works perfect on Chrome, so I’m not certain what’s going on. Anyone have the same issue and/or able to help?

Here’s my site: https://oasisprotocol.org/

I was able to fix this by overriding with the following:

.dropdown-list.w–open {
margin-top: 30px !important;
}

But would love a more elegant solution using the Webflow UI if anyone has one.

The margin-top was defaulting to 300px.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.