Fix popover position for dependency list export
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 |
---|---|
How to set up and validate locally
- Clone the GitLab repository
- Run
bundle install
- Run
bin/rails s
- Go to http://localhost:3000/groups/gitlab-org/dependencies
- Verify that the popover does not cover the export button
Edited by Lorenz van Herwaarden