json-object-editor
Version:
JOE the Json Object Editor | Platform Edition
57 lines (50 loc) • 1.13 kB
CSS
print-joe{
display:none;
}
@media print
{
capp-wrapper
{
display: none ;
}
print-joe {
display: block;
position: relative;
top: 0;
left: 0;
right: 0;
min-height: 100%;
background: #fff;
z-index: 10000;
}
print-joe joe-panel-content.joe-panel-content {
bottom: auto ;
overflow: auto ;
position: relative;
top: 0px ;
left: 0;
right: 0;
}
}
body.test-print capp-wrapper
{
display: none ;
}
body.test-print print-joe {
display: block;
position: relative;
top: 0;
left: 0;
right: 0;
min-height: 100%;
background: #fff;
z-index: 10000;
}
body.test-print print-joe joe-panel-content.joe-panel-content {
bottom: auto ;
overflow: auto ;
position: relative;
top: 0px ;
left: 0;
right: 0;
}