mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
stop trying to wrap autocomplete with underlying dialog - seems to be impossible to get it right on all platforms
This commit is contained in:
parent
89e89e04d8
commit
5cb93509c1
@ -30,7 +30,7 @@ const recentNotes = (function() {
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
height: 400
|
||||
height: 100
|
||||
});
|
||||
|
||||
$searchInput.val('');
|
||||
|
@ -268,8 +268,4 @@ div.ui-tooltip {
|
||||
#attribute-list button {
|
||||
padding: 2px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.recent-notes-autocomplete {
|
||||
border: 0 !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user