fixed footer min-height

pull/92/head
Rafael Caferati 11 years ago
parent c810b306e8
commit 5c689cde7e
  1. 2
      client/stylesheets/base.less

@ -1485,7 +1485,7 @@ a.github-fork {
bottom: 0;
left: 0;
width: 100%;
height: @footer-min-height;
min-height: @footer-min-height;
}
.message-popup {
position: absolute;

Loading…
Cancel
Save