ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
18 lines (15 loc) • 512 B
CSS
.enyo-flex-layout {
position: relative; /* To handle inline cases in sampler */
overflow: hidden; /* */
}
.enyo-flex-layout > * {
display: inline-block; /* To prevent block elements from stretching beyond remaining boundaries */
position: absolute;
}
/* This class is applied and removed during reflow to allow correct height measuring */
.enyo-flex-layout-relative {
min-height: auto ;
}
.enyo-flex-layout-relative > * {
position: relative ;
}