The top menu is no longer working for desktop. It works fine for mobile versions

The top menu of my shop is no longer working for my desktop website. It works fine for mobile users. its a static gray with no click options. I did add a Pinterest tag a few days ago, but I can’t see how that would affect things. Help! poshtide.com is my site. Thank you!

@PoshTide add this css to assets > base.css bottom of file

.header__inline-menu details[open]>.header__submenu {
z-index: 20;
}

Thank you so much! This worked!

@PoshTide You welcome!