Skip to content
代码片段 群组 项目
提交 7b417908 编辑于 作者: Suneha Patel's avatar Suneha Patel 提交者: Tomas Bulva
浏览文件

Removing scrollable for fixing UI

上级 e1e5d53b
No related branches found
No related tags found
无相关合并请求
......@@ -42,3 +42,9 @@ $stroke-size: 1px;
@include gl-w-full;
}
}
.escalation-email-user-dropdown {
.show.dropdown .dropdown-menu {
max-height: 300px;
}
}
......@@ -222,7 +222,6 @@ export default {
:title="title"
:action-primary="actionsProps.primary"
:action-cancel="actionsProps.cancel"
scrollable
@primary.prevent="isEditMode ? updateEscalationPolicy() : createEscalationPolicy()"
@canceled="resetForm"
@close="resetForm"
......
......@@ -114,6 +114,7 @@ export default {
:loading="loading"
:placeholder="placeholderText"
container-class="rule-control"
class="escalation-email-user-dropdown"
@text-input="filterUsers"
@token-add="emitUserUpdate"
>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册