getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 51 forks source link

[bnw] #137

Open mckea opened 6 years ago

mckea commented 6 years ago

The footer on this theme positions correctly on most platforms, but not on IE:

https://www.browserstack.com/screenshots/e5c1a5ea9e52dc1c61ef1224f1ca9514404e1a1b

Is there a simple fix for this?

Kwpolska commented 6 years ago

Does this happen on a real system as well? BrowserStack can sometimes make things look wrong on their screenshots.

Kwpolska commented 6 years ago

Reproduced in IE 11 on Windows 7. @lotabout, any ideas?

mckea commented 6 years ago

@Kwpolska - yes, the initial report came from someone with access to Win/IE.

lotabout commented 6 years ago

@Kwpolska add height: 100vh; after this line(https://github.com/getnikola/nikola-themes/blob/master/v7/bnw/less/bnw.less#L69) should fix this issue.

mckea commented 6 years ago

This seems not to work.