parent
a7a2a8b1f0
commit
bc061bdf55
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -6855,6 +6855,8 @@ footer {
|
|||
.ui-autocomplete.ui-widget-content {
|
||||
@extend .zIndex-8;
|
||||
position: absolute;
|
||||
max-height: 380px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ui-menu {
|
||||
|
|
Loading…
Reference in a new issue