.root {
  -st-states: overflowY, overflowX, smooth;
}

.root:overflowY {
  overflow-y: auto;
}

.root:overflowX {
  overflow-x: auto;
}

.root:smooth {
  scroll-behavior: smooth;
}
