not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
501 B

.enyo-arranger {
position: relative;
overflow: hidden;
}
.enyo-arranger.enyo-fit {
position: absolute;
}
.enyo-arranger > * {
position: absolute;
left: 0;
top: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.enyo-arranger-fit > * {
/*
override any width/height set on panels
*/
width: 100% !important;
height: 100% !important;
min-width: 0 !important;
max-width: auto !important;
min-height: 0 !important;
max-height: auto !important;
}