Merge branch 'dropdown-fix' into 'master'
Css fix for search dropdown overflow issue. See merge request gitlab-org/gitlab-ce!20011
This commit is contained in:
commit
1bc7375385
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ input[type="checkbox"]:hover {
|
|||
}
|
||||
|
||||
.dropdown-content {
|
||||
max-height: 302px;
|
||||
max-height: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue