/* Fit the original 9600x838 Muse canvas to the embedded window height. */
html, body {
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-gutter: stable;
}
#page {
  margin-top: 0 !important;
  margin-left: 0 !important;
  transform-origin: top left;
}