A fix for vertical scrollbar appearing even on short pages.

This commit is contained in:
Pēteris Caune 2015-12-27 00:48:12 +02:00
parent 9c41258328
commit 86e6ee3cda

View File

@ -13,7 +13,7 @@ body {
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 80px;
height: 81px;
line-height: 80px;
color: #AAA;
border-top: 1px solid #eee;