Make the "Add a Bill" pop up div draggable
When I click the orange "Add a Bill" button that brings up the pop-up div, many times I need to look at what's behind it as I type my new bill. Currently, I'll start typing, have to close the window, look at an old bill, and then open up the add a bill button again and start typing the bill all over again. If you could make the div draggable when the header is clicked and held, that would be awesome.
*** Note to developers: It only takes one line of jquery code to do this (and it's cross-browser of course since it's jquery) : http://jqueryui.com/draggable/
Thanks!
Thanks for the suggestion – this would definitely be nice!
Unfortunately, I suspect it may be more than just one line of code, as there are places where we use custom positioning logic for our pop-ups (to handle sliding sub-menus and such). Still, I’ll add it to our list of possible improvements for the future :)