reactMediumTemplateLess.les
298 Bytes
@import "../../less/variables";
.template_editor_wrap{
top: 0;
position: absolute;
background: transparent;
left: 0;
right: 0;
bottom: 0;
overflow-y: hidden;
}
.template_editor_body{
width:210mm;
height:100%;
background: #fff;
overflow: auto;
padding: 10mm;
}