From 1227eaa84c39cbafb007fdee3faeae73f326613c Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Tue, 17 May 2016 22:49:43 -0400 Subject: [PATCH] Move the recurring todo dialog below the navbar Fixes #2007 --- app/assets/javascripts/tracks.js.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/javascripts/tracks.js.erb b/app/assets/javascripts/tracks.js.erb index d3f9fd5b..75c8679d 100644 --- a/app/assets/javascripts/tracks.js.erb +++ b/app/assets/javascripts/tracks.js.erb @@ -812,6 +812,7 @@ var RecurringTodosPage = { autoOpen: false, height: 690, width: 750, + position: { my: 'top', at: 'bottom+10', of: 'nav', collision: 'none' }, modal: true, buttons: { create: { @@ -845,6 +846,7 @@ var RecurringTodosPage = { autoOpen: false, height: 690, width: 750, + position: { my: 'top', at: 'bottom+10', of: 'nav', collision: 'none' }, modal: true, buttons: { "Update": {