Skip to content

Fix bulk select dropdown layering

Daniel Tian requested to merge 347169-fix-bulk-select-dropdown-layering into master

What does this MR do and why?

This MR fixes an issue where the dropdowns on the vulnerability report are shown behind other elements instead of on top:

Before After
ksnip_20220106-235058 ksnip_20220106-235128

Please watch these videos for more details, as it's difficult to explain the problem in text:

Explanation of the issue

How it was fixed

How to set up and validate locally

  1. Set up GitLab Runner to run with a Docker executor. The Docker executor is required because the security scanners use Docker containers.
  2. Clone this project locally: https://gitlab.com/gitlab-examples/security/security-reports
  3. Run a pipeline against the master branch and verify that it succeeds.
  4. Click on Security & Compliance -> Vulnerability report and verify that the vulnerability list has items.
  5. Click on an item in the vulnerability list so that it becomes checked and the selection summary card is shown.
  6. Verify that both the filter dropdowns and the selection summary dropdown are shown on top of each other.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #347169 (closed)

Edited by Daniel Tian

Merge request reports