brooklyn - dropdown menu issue on product page

Hi, there is some issue on my product page header dropdown, there is actually a sub-menu called “bottom” below the “top” but it’s covered by the size dropdown border, possible to bring the “bottom” wording infront of the size border so that it is visible when dropdown. it is fine on other pages, only on product page. please help.

hello @vanessaliew

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

hii, @vanessaliew
Kindly share your store URL so,
I can solve your issue.
Thank You.

hello @vanessaliew

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-header {
    position: relative;
    z-index: 9999;
}

@Kinjaldavra thank you solved.