html { overflow-y: scroll; }
@supports (scrollbar-gutter: stable) {
  html { scrollbar-gutter: stable; }
}
html, body { max-width: 100%; overflow-x: hidden; }