stop trying to wrap autocomplete with underlying dialog - seems to be impossible to get it right on all platforms

This commit is contained in:
azivner 2018-02-12 21:09:50 -05:00
parent 89e89e04d8
commit 5cb93509c1
2 changed files with 1 additions and 5 deletions

View File

@ -30,7 +30,7 @@ const recentNotes = (function() {
$dialog.dialog({
modal: true,
width: 800,
height: 400
height: 100
});
$searchInput.val('');

View File

@ -268,8 +268,4 @@ div.ui-tooltip {
#attribute-list button {
padding: 2px;
margin-right: 5px;
}
.recent-notes-autocomplete {
border: 0 !important;
}