:root {
  --svh: 1svh;
}

html,
body,
#uv {
  height: calc(var(--svh) * 100);
  overflow: hidden;
  overscroll-behavior: none;
  margin: 0;
  touch-action: none;
}
