.make-sticky {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1000;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
