html, body {
  height: 100%;
  scrollbar-base-color: #ff0000;
}

body::-webkit-scrollbar {
  width: 25px;
}

.full-height {
  height: 100%;
}