Skip to content

Fix popover position for dependency list export

Lorenz van Herwaarden requested to merge fix-popover-export-dependency-list into master

What does this MR do and why?

This removes gl-overflow-auto which prevents the popover on the export button to correctly position itself.

Related #442818 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-02-22_at_22.08.27 Screenshot_2024-02-22_at_22.08.17

How to set up and validate locally

  1. Clone the GitLab repository
  2. Run bundle install
  3. Run bin/rails s
  4. Go to http://localhost:3000/groups/gitlab-org/dependencies
  5. Verify that the popover does not cover the export button
Edited by Lorenz van Herwaarden

Merge request reports