Skip to content

Dropdown menu partially hidden in commit pages

Summary

Looks like the z-index is missing for the dropdown menu in commit pages:

Dropdown partially hidden (from gitlab-tests/new-project@7f993a6d):

Screen_Shot_2017-08-21_at_17.38.34

Normal behavior (from https://gitlab.com/gitlab-org/gitlab-ce/commit/71b89a87442f7a03387376fff60df8ba2233260b):

Screen_Shot_2017-08-21_at_17.49.03

Steps to reproduce

n/a

Example Project

Linked above

What is the current bug behavior?

the dropdown is partially hidden

What is the expected correct behavior?

the dropdown is fully visible

Relevant logs and/or screenshots

^

Possible fixes

Fix the z-index. Without it, looks like:

Screen_Shot_2017-08-21_at_17.51.02

With the z-index set to 9999, it looks like it solves the problem (in the browser web inspector):

Screen_Shot_2017-08-21_at_17.53.57

cc/ @annabeldunstone

Edited by Marcia Ramos