parent
a7a2a8b1f0
commit
bc061bdf55
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="text-muted js-newTagLabel u-clickable">+ <%- @T('Add Tag') %></div>
|
<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">
|
<input type="text" name="new_tag" class="hide js-newTagInput" autocomplete="off">
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -6855,6 +6855,8 @@ footer {
|
||||||
.ui-autocomplete.ui-widget-content {
|
.ui-autocomplete.ui-widget-content {
|
||||||
@extend .zIndex-8;
|
@extend .zIndex-8;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
max-height: 380px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-menu {
|
.ui-menu {
|
||||||
|
|
Loading…
Reference in a new issue