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:  - After:  ### Checklist * [X] tested locally * [X] documented the code
- Loading branch information