marcaaron / yes-on-1600

Yes on 1600 / Whole Washington / Health Insurance Calculator
https://wholewashington.nationbuilder.com/ww_savings_estimator
5 stars 7 forks source link

Bug: Results Page Render Issue #38

Closed marcaaron closed 6 years ago

marcaaron commented 6 years ago

I haven't been able to replicate this bug. But apparently the results page renders underneath the header. See image. Could have something to do with the header gap.

Reported on: Chrome Browser, Windows 10, Laptop, Resolution 1366 x 768.

marcaaron commented 6 years ago

My guess is this is happening because some browsers are not rendering the 'header gap' empty div that I added for the sticky header. I think perhaps this should be removed and we should instead add either a fixed margin-top value to the content area or even better, programmatically measure the height of the header and pass that as a style to the main content... vs relying on an empty div to push the content down (bad solution on my part).

marcaaron commented 6 years ago

Temporarily added fix to programmatically calculate the header height while we wait to incorporate the logo for our fixed header. https://github.com/marcaaron/ww-calc-2.0/commit/4820a8cfa503108764e05c6e72e560571cbacf60