.FullHeight {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.FullHeight .FullHeight-moreBottom, .FullHeight .FullHeight-moreTop {
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.FullHeight .FullHeight-moreBottom.FullHeight-moreBottom, .FullHeight .FullHeight-moreTop.FullHeight-moreBottom {
  background: linear-gradient(to top, #eee 0%, rgba(255, 255, 255, 0) 100%);
}
.FullHeight .FullHeight-moreBottom.FullHeight-moreTop, .FullHeight .FullHeight-moreTop.FullHeight-moreTop {
  background: linear-gradient(to bottom, #eee 0%, rgba(255, 255, 255, 0) 100%);
}

/*# sourceMappingURL=FullHeight.css.map */
