Skip to content

use correct z-index for `dropdown-menu`

username-removed-363024 requested to merge pi0_/gitlab-ce:patch-9 into master

What does this MR do?

  • Added for this feature/bug

When UI sidebar is in pinned mode, dropdowns may go totally behind it ( z-index 1000, vs 9) so this MR simply uses 1001 z-index so that this issue is resolved. I've attached a shut from this issue:

image

Merge request reports