Issue with currency selector

Topic summary

A currency selector in the footer disappears when users try to hover over the dropdown menu, unlike the header version which works correctly.

Attempted Solution:
The issue was initially thought resolved, but applying the CSS code .footer .disclosure__list-wrapper { transform: unset; } created a new problem: the dropdown now “jumps” downward on hover instead of appearing smoothly in its final position.

Current Status:
The discussion remains open with an unanswered question about how to prevent the dropdown animation jump and make it appear at the correct position immediately without the visual shift.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Hey guys, I have a problem with the currency selector in the footer. When I hover over it, the menu with the currencies opens normally, but as soon as I try to move the cursor over it, it disappears.

How can I fix this so it works like the currency selector in the header? I just want to be able to hover over it without it disappearing.

Here’s my store: https://1049xn-ya.myshopify.com/collections/all

Thanks a lot,

Tim

1 Like

Hi @CreatorTim ,

Looks like the issue has already been solved. Please let me know if anything needs to be fixed.

Thank you

Hey, I used this code:

.footer .disclosure__list-wrapper {

transform: unset;

}

And basically, when I hover over it now, it jumps down—it’s clear that it starts at the top and suddenly shifts lower. How can I make it stay low right from the start, so there’s no jump?

Thanks!

Tim