Skip to content

fix(GlDisclosureDropdown/GlCollapsibleListbox): set dropdown panel z-index

Olena Horal-Koretska requested to merge Set-new-dropdown-z-index into main

What does this MR do?

A small but important detail was missed when migrating new dropdown styles. The dropdown panel z-index was not set so the dropdown appears under other elements and breaks the UI. It was noticed when fixing the specs in the integration MR. This bug is not on GitLab

Before After
Screenshot_2023-01-30_at_15.05.06 Screenshot_2023-01-30_at_15.07.52

Merge request reports