ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
26 lines (22 loc) • 440 B
CSS
.enyo-arranger {
position: relative;
overflow: hidden;
}
.enyo-arranger.enyo-fit {
position: absolute;
}
.enyo-arranger > * {
position: absolute;
left: 0;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.enyo-arranger-fit > * {
/* override any width/height set on panels */
width: 100% ;
height: 100% ;
min-width: 0 ;
min-height: 0 ;
}