Hi.
I have a Settings window in my game where the player can set screen resolution, mouse settings, display name and such..
The screen resolution can be set selecting your resolution from a PopupList.. Just underneath the Dropdown Menu there's a UIInput field where the player can enter his Display Name..
So.. when trying to select a resolution from the Dropdown menu, the menu overlaps the UIInput field making it impossible to hover over the list-values and selecting them. I could solve it by redesigning the settings window moving the input field further down, but there has to be another way, right?