/*
 * The one thing tools.dryan.tech/theme.css doesn't set. Everything else —
 * tokens, the page grid, Recursive, components — comes from theme.css.
 */

/* Reserve the scrollbar track so expanding/collapsing the check board doesn't
   re-centre the page as the scrollbar appears or disappears. On <html> (the
   viewport scroll container) with <body> kept in sync for browsers that
   transfer the used value. */
html,
body {
  scrollbar-gutter: stable;
}
