What are you trying to do?
I have a component that is called SelectCountry for website country selection, this has a Select component from the basic plasmic components inside.
The SelectCountry is present both in the header and on the footer of the website.
This worked before but broke with something, the one on the header works just fine, the one on the footer does not.
What are the reproduction steps?
This is replicable creating a fresh nextjs plasmic project starting from the project below
Thanks for providing the steps. I’m able to reproduce that. It seems like the select dropdown is not showing up because it doesn’t have enough space below it. Ideally, it should show the popup above the Select trigger when there is not enough space below it.
We will investigate further and fix it accordingly.