/* The whole desktop composition stays within the visual viewport when scaled. */
html.desktop-canvas,
html.desktop-canvas body {
  overflow-x: clip;
}

/* Keep native anchor scrolling on the document, including on narrow windows. */
html.desktop-canvas body {
  min-width: 0;
}
