summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 0789d8133f9..c71c1cbae34 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -92,8 +92,16 @@ header {
display: inline-block;
}
+ .dropdown-menu {
+ max-height: 300px;
+ overflow: auto;
+ }
+
.dropdown-toggle-caret {
+ position: relative;
+ top: -2px;
margin-left: 5px;
+ font-size: 10px;
}
.dropdown-item {