Fixes #806: display overflow for awesomplete list

This commit is contained in:
ArthurHoaro 2017-03-12 13:28:37 +01:00
parent 5eca4ea11e
commit 15162272f4
2 changed files with 5 additions and 1 deletions

View File

@ -908,6 +908,10 @@ div.awesomplete > ul {
color: black;
}
form[name="linkform"].page-form {
overflow: visible;
}
@media screen and (max-width: 64em) {
.page-form-complete .form-label {
height: inherit;

View File

@ -36,7 +36,7 @@
</div>
<div>
<input type="text" name="lf_tags" id="lf_tags" value="{$link.tags}" class="lf_input autofocus"
data-list="{loop="$tags"}{$key}, {/loop}" data-multiple autocomplete="off" >
data-list="{loop="$tags"}{$key}, {/loop}" data-multiple data-autofirst autocomplete="off" >
</div>
<div>