Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflow

Fixes #806: display overflow for awesomplete list
This commit is contained in:
ArthurHoaro 2017-03-12 13:52:35 +01:00 committed by GitHub
commit 6e0a1310a2
2 changed files with 5 additions and 1 deletions

View File

@ -909,6 +909,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>