better positioning of the recent notes dialog

This commit is contained in:
azivner 2018-02-12 21:20:30 -05:00
parent 5cb93509c1
commit 7bbfef7af3

View File

@ -30,7 +30,8 @@ const recentNotes = (function() {
$dialog.dialog({ $dialog.dialog({
modal: true, modal: true,
width: 800, width: 800,
height: 100 height: 100,
position: { my: "center top+100", at: "top", of: window }
}); });
$searchInput.val(''); $searchInput.val('');