.content-wrapper {

height: 100%;

.voxel-content-wrapper {
  overflow-y: auto;
  background: #ECEFF1;

  &>div {
    padding: 5px;
  }
}

}