[data-sticky-props].is-ready-sticky {
  z-index: 1000;
  position: sticky;
  overflow-x: hidden;
  background: #ffffff;
}
[data-sticky-props].is-ready-sticky * {
  white-space: nowrap;
}
[data-sticky-props].is-active-sticky {
  border-bottom: 1px solid #d9dde8;
}

[data-sticky-props*=persist].is-ready-sticky {
  z-index: 1030;
}