body {
  margin: 0;
  overflow-y: scroll; /* needed to demo that the inspector accounts for scrollbars */
}

demo-view {
  margin: var(--x-margin-medium);
  margin-bottom: 30vh;
}
