html {
  position: relative;
  height: 100%;
}
body {
  padding-top:54px;
  height: 100%;
  overflow:hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.5em;
  background-color: #222;
}
.main-view {
  position:relative;
  overflow:auto;
  height:100%;
  width:100%;
}

