@media (min-width: 768px) {
  .scrollable {
    height: calc(100% - 100px);
  }
}

.scrollable {
  height: calc(100% - 100px);
}

#courseScrollabe {
  height: 100%;
}
