html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  margin-bottom: 72px;
}

.u-sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 72px;
}