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