html {
padding-bottom: 30px;
background: transparent !important;
}
body,
html {
display: block;
min-height: 100%;
background: white;
}
html.lc-cursor-dragging,
html.lc-cursor-dragging * {
cursor: move !important;
}
html.lc-cursor-x-resizing,
html.lc-cursor-x-resizing * {
cursor: col-resize;
}
html.lc-cursor-y-resizing,
html.lc-cursor-y-resizing * {
cursor: row-resize;
}
html.lc-cursor-copy,
html.lc-cursor-copy * {
cursor: copy !important;
}
/*# sourceMappingURL=simulator-renderer.css.map*/