mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
better positioning of the recent notes dialog
This commit is contained in:
@@ -30,7 +30,8 @@ const recentNotes = (function() {
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
height: 100
|
||||
height: 100,
|
||||
position: { my: "center top+100", at: "top", of: window }
|
||||
});
|
||||
|
||||
$searchInput.val('');
|
||||
|
||||
Reference in New Issue
Block a user