Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorİsmail Hakkı Ayaz <ismail.ayaz@ug.bilkent.edu.tr>2018-06-20 01:48:44 +0300
committerİsmail Hakkı Ayaz <ismail.ayaz@ug.bilkent.edu.tr>2018-06-20 01:48:44 +0300
commit584210446812db7228920a286f9e7219966690aa (patch)
tree8a6a82a8c017181f8fffb5145b7bcea1acf9b93c /app/assets/stylesheets/pages
parent7a633e08556c1de1f6bb35c85f24c844ed4ad5c8 (diff)
Fix for search dropdown scrollbar issue.
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 765c926751a..2d66f336076 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -114,7 +114,7 @@ input[type="checkbox"]:hover {
}
.dropdown-content {
- max-height: 302px;
+ max-height: none;
}
}