// Sticky Elements

.scroll-area {
  overflow-y: auto;
  position: relative;
  height: 400px;
}
