.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  padding: 10px;
  border: 1px solid #ccc;
}

