Rectangle Clipping WebCombobox list

I am using a rectangle for visual grouping on a web page. The popup list for my combobox is being clipped at the bottom by the rectangle:

I have a second rectangle with a popup-menu lists, but those lists do not get clipped:

Anyone have any idea how to avoid the combobox clipping?

One option is to unparent the combobox from the rectangle.
Another is to use some CSS to change the behavior.

How does one un-parent a control?

Like this is what I do:

Edit: if you prefer, you can use CSS Classes overflow-visible by selecting the WebRectangle and filling the information like this:

3 Likes

@AlbertoD I don’t recall ever seeing “unparent” in the menu. Thanks!

3 Likes