Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROU-10979: Fix visual issue when using frozen columns with dropdowns (#…
…428) ### What was happening * When using Dropdown Server Side, Dropdown Search, Dropdown Tags, and Date Pickers. ### What was done * Added a specific selector to override the style since the z-index is being handled inline by Wijmo Flexgrid ### Test Steps 1. Open a screen with a Dropdown Server Side on top of a Grid 2. Open the Dropdown and check the ballon is now over all the Grid elements 3. Repeated the same steps for Dropdown Search, Dropdown Tags, and Date Picker ### Screenshots - Before: ![image](https://github.com/user-attachments/assets/5b1f8c6c-1042-46bc-9fcf-4e5b2bc859b8) - After: ![image](https://github.com/user-attachments/assets/a88dd2ff-dee7-488e-8be8-86babe7fe282) ### Checklist * [X] tested locally * [X] documented the code
- Loading branch information