提交 c7e22d5a 编写于 作者: C Clement Ho

Merge branch '26206-fix-download-dropdown' into 'master'

Set dropdown height fixed to `250px;` and make it scrollable

Closes #26206

See merge request !9063
...@@ -222,6 +222,11 @@ ...@@ -222,6 +222,11 @@
} }
} }
.dropdown-menu {
max-height: 250px;
overflow-y: auto;
}
.dropdown-toggle, .dropdown-toggle,
.dropdown-menu { .dropdown-menu {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
......
...@@ -268,6 +268,13 @@ ...@@ -268,6 +268,13 @@
} }
} }
.project-repo-buttons {
.project-action-button .dropdown-menu {
max-height: 250px;
overflow-y: auto;
}
}
.split-one { .split-one {
display: inline-table; display: inline-table;
margin-right: 12px; margin-right: 12px;
......
---
title: Set dropdown height fixed to 250px and make it scrollable
merge_request: 9063
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册