Looking for a solution with my custom GWT drop down component, which includes a text box and vertical panel of check boxes.
I need to integrate this component into a GWT disclosure panel. When the panel is expanded and the user interacts with the component, I want the drop down to appear on top of the main page content rather than expanding the disclosure panel or moving below the main page.
Despite trying z-index with higher values, the drop down keeps getting hidden inside the disclosure panel.
Are there any other CSS techniques that can help resolve this issue?