/* Characters enter/leave at the screen edge; the sidebar overlays the world. */
.bottom-world-frame {
  left: 0;
  width: 100%;
}

.bottom-world-frame {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border: 0;
  background: transparent;
  color-scheme: dark;
  pointer-events: none;
}

html[data-stage-embed="1"] .page-screen-stage > .experience,
html[data-mobile-desktop-view="1"] .page-screen-stage > .experience,
html[data-stage-embed="1"] .bottom-world-frame,
html[data-mobile-desktop-view="1"] .bottom-world-frame {
  left: 0;
  width: 100%;
}
