/* Keep the dashboard viewport width stable when scrolling is toggled. */

html {
  scrollbar-gutter: stable;
}

body.dashboard-page {
  scrollbar-gutter: stable;
}
