Closed v3nd3774 closed 4 years ago
Looks good! Although it took a while for me to test :P
One thing: if you look at the screenshot I attached, it seems like the height is not being calculated correctly - the pane flows off the page. Perhaps we can kill two birds with one stone by simply having the pane the full height of the screen (just like the county selector): 1) hopefully it's easier to code and 2) it gives me more space to integrate the Twitter data as well.
How does that sound? Thanks so much for your hard work :)
Thanks Josue! The height problem that Kevin mentioned can be solved by changing value of
div.smaller{... top: 256px;}
==> div.smaller{...top: 95px;}
I have tried on my local machine. It looks very good. Is that what @kmeng01 you want?
I think I've made the requested changes to the height @kmeng01 and @824zzy. How does this look?
@kmeng01 and @824zzy when y'all get a chance could y'all comment on the changed height of the hospital pane?
Added css and js changes to render hospitals on county click and to hide them on a non county clicks.
Please review/merge or provide feedback.