JoshuaCarroll / Raspberry-Pi-Weather-Station-Dashboard

Raspberry Pi Weather Station Dashboard (php/bash)
http://n5jlc.duckdns.org
MIT License
10 stars 7 forks source link

Footer blocks data #19

Closed Mohoganogan closed 8 years ago

Mohoganogan commented 8 years ago

The footer blocks data on smaller screens. I also is not tied to the bottom of the window so when you scroll it stays over the top of the data. screen shot 2016-07-08 at 6 42 23 am

JoshuaCarroll commented 8 years ago

Please provide specifics to your environment. What OS, browser, browser version, and screen resolution are you using?

Mohoganogan commented 8 years ago

MacOS 10.11.6 Both safari and chrome browsers Display is 1200x800

Also on Iphone 6 in landscape mode iOS 9.3.3

JoshuaCarroll commented 8 years ago

That's actually the same environment I'm using. Can you check and make sure your browser(s) aren't using a cached copy of the CSS file? Also, how does it look when you open the copy at http://n5jlc.duckdns.org/dev ?

Mohoganogan commented 8 years ago

Same results. If the entire data set does not fit the the footer scrolls and continues to cover the data that ran behind it.

screen shot 2016-07-09 at 8 00 57 pm

Mohoganogan commented 8 years ago

In the dashboard.css if you change position from absolute to fixed it stays. However some how you will need to add some blank lines below the raw data to make it able to scroll above the footer.

JoshuaCarroll commented 8 years ago

Ok. I have committed the change to the development branch. You can see it live at http://raspberrypi/dev

If this works for you I'll go ahead and merge it to master.

Mohoganogan commented 8 years ago

Yes that seems to do it.