mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +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({
|
$dialog.dialog({
|
||||||
modal: true,
|
modal: true,
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 400
|
height: 100
|
||||||
});
|
});
|
||||||
|
|
||||||
$searchInput.val('');
|
$searchInput.val('');
|
||||||
|
@ -269,7 +269,3 @@ div.ui-tooltip {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-notes-autocomplete {
|
|
||||||
border: 0 !important;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user