Very weird bug with header drop down menu (DAWN THEME)

I’m having a very weird bug with my drop down menu?

When selecting the drop down content element, the animation/transition works perfectly. But when the element is NOT selected it stops working? (It doesn’t matter which element i select) I’ve never seen something like this?

https://gyazo.com/c0d53ee9b0a1e2ab7083e6cf7646f7c4

https://powerforcepc.myshopify.com/password?password=redstone

I solved it.

For anyone looking for a Hover drop down menu for Dawn use this code:

  1. Go to header.liquid and paste this code under: </{% if section.settings.enable_sticky_header %}sticky-header{% else %}div{% endif %}>

  1. Replace <details id=“Details-HeaderMenu-{{ forloop.index }}” with this:

This makes the drop down animation work. It's very buggy on Dawn but this fixes it