I am using the selection element in multiple places. I’d expect that, when placed in a container that is “auto” height, when the dropdown is opened, the container would expand to fit it. That doesn’t seem to be the behavior. Anything I can do to make this work for me?
Can you take a screenshot of your elements navigator?
What are your properties on the wrapper container?
I think you have something that is stopping the expansion. Like a height that is manually set with a pixel value. The select drop down should just expand over all of that or expand upwards if it cannot.
Hi @Joyce! Thank you for taking the time to work on this with me.
I went to record another loom to demonstrate that I was trying to use the settings on the container, as you mentioned, and during the recording, discovered what the glitch is!
When the container has a corner radius of 10px, like mine, the dropdown is cut off. If the corner radius is set to 0px, the behavior is as you are showing in your video.