smartchicago / chicagoworksforyou

A citywide dashboard with ward-by-ward views of service delivery in Chicago. Includes complete API. Built using Chicago Open311 data.
http://www.chicagoworksforyou.com
MIT License
17 stars 6 forks source link

Services list is truncated on small screen #137

Closed cgansen closed 11 years ago

cgansen commented 11 years ago

Observed when using my 13" MBP (@1280x800)

santheo commented 11 years ago

It should still be scrollable (though the map will be cut off — for now). Is it not scrollable for you?

cgansen commented 11 years ago

Yep, scrolls fine (with white gap under the map). Just wanted to flag this for you and your fancy retina display.

On Wed, Jul 24, 2013 at 11:50 PM, Sandor Weisz notifications@github.comwrote:

It should still be scrollable (though the map will be cut off — for now). Is it not scrollable for you?

— Reply to this email directly or view it on GitHubhttps://github.com/smartchicago/chicagoworksforyou/issues/137#issuecomment-21533123 .

cgansen@cct.org

santheo commented 11 years ago

Wanna help me with this? Figure out how to execute some code (jQuery or otherwise) that resizes the map div once the Service List overlay is laid out. This happens with Angular, and I don't know how to tell Angular to do something once the page is written out.

santheo commented 11 years ago

Figured out a solution to this. Done in #158. Please pull, test and confirm.