Contain tag-field inside sidebar, add max-height

Fixes #2570
This commit is contained in:
Felix Niklas 2019-06-20 11:39:14 +02:00 committed by Thorsten Eckel
parent a7a2a8b1f0
commit bc061bdf55
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,6 @@
<% end %>
</ul>
<div class="text-muted js-newTagLabel u-clickable">+ <%- @T('Add Tag') %></div>
<form>
<form class="ui-front">
<input type="text" name="new_tag" class="hide js-newTagInput" autocomplete="off">
</form>

View file

@ -6855,6 +6855,8 @@ footer {
.ui-autocomplete.ui-widget-content {
@extend .zIndex-8;
position: absolute;
max-height: 380px;
overflow: auto;
}
.ui-menu {