Skip to content

Commit

Permalink
Contain tag-field inside sidebar, add max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflix authored and thorsteneckel committed Jun 24, 2019
1 parent a7a2a8b commit bc061bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/views/widget/tag.jst.eco
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 2 additions & 0 deletions app/assets/stylesheets/zammad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6855,6 +6855,8 @@ footer {
.ui-autocomplete.ui-widget-content {
@extend .zIndex-8;
position: absolute;
max-height: 380px;
overflow: auto;
}

.ui-menu {
Expand Down

0 comments on commit bc061bd

Please sign in to comment.