nikola-themes
nikola-themes copied to clipboard
[bnw]
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?
Does this happen on a real system as well? BrowserStack can sometimes make things look wrong on their screenshots.
Reproduced in IE 11 on Windows 7. @lotabout, any ideas?
@Kwpolska - yes, the initial report came from someone with access to Win/IE.
@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.
This seems not to work.