Files
5etools-mirror-2.github.io/scss/renderdemo.scss
TheGiddyLimit 8117ebddc5 v1.198.1
2024-01-01 19:34:49 +00:00

38 lines
497 B
SCSS

@import "includes/vars";
#jsoninput {
width: 100%;
height: 100%;
}
#wrp-output {
overflow-y: scroll;
margin-bottom: 28px;
height: calc(100% - 35px);
}
#demoSelectRenderer {
width: 200px;
}
@media (max-width: $width-screen-md) {
#wrp-jsoninput {
height: 480px;
}
}
@media print {
#wrp-output {
display: block;
height: unset;
overflow: unset;
margin: 0;
}
// region Hack to ensure the table appears on the first page
#pagecontent {
margin-top: -2px;
}
// endregion
}