html,
body {
    margin: 0;
    min-width: 0;
    overflow: hidden;
    height: 100%;
}
.output {
    height: 100%;
    position: relative;
}
.output > * {
    display: block;
}
#live-editor-output {
    height: 100%;
}
/* We force the output to be the entire height of the viewport. */
#live-editor-output {
  height: 100vh !important;
}

