Label dropdown should trigger under the label input within the "New epic" page
Summary
The label dropdown within the New epic
page is triggered above the input even if no edge is detected. This dropdown should be triggering below the input unless there isn't enough space in the viewport per https://design.gitlab.com/components/dropdowns/#behavior
Current state | Desired state |
---|---|
Steps to reproduce
Open a new epic page in https://gitlab.com/groups/gitlab-org/-/epics/new and click on the labels
input.
What is the current bug behavior?
What is the expected correct behavior?
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's tough to read otherwise.)
Output of checks
(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)