Borderliner/Meshki

Footer is not at the bottom with not enough content

kamyker opened this issue · 1 comments

To see this issue go to https://borderliner.github.io/Meshki/, delete most of the divs in the content:
footer

This is not a bug. The same thing happens with twitter bootstrap. If you don't have enough content to fill your page, this happens. You can easily fix this in your custom css like this:

position: fixed;
width: 100%;
bottom: 0;