uix-sensor-view .scroll-bound {
  height: 250vh;
}

uix-sensor-view .content {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
