Merge pull request #4426 from G-Chubinidze/gc_SCI_7115

added scrollbar to task paper dropdown [SCI-7115]
This commit is contained in:
artoscinote 2022-09-15 15:29:25 +02:00 committed by GitHub
commit 500adb346e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -91,6 +91,9 @@
}
.repositories-dropdown-menu {
max-height: 250px;
overflow: auto;
.repository {
@include font-button;
cursor: pointer;

View file

@ -106,7 +106,7 @@
<span><%= t('my_modules.assigned_items.assign_from') %></span>
<span class="caret pull-right"></span>
</a>
<ul class="dropdown-menu repositories-dropdown-menu" aria-labelledby="repositories-assign-button">
<ul class="dropdown-menu repositories-dropdown-menu perfect-scrollbar" aria-labelledby="repositories-assign-button">
</ul>
</div>
<% end %>