, ( , ):
div.outer {
position: relative;
max-height: $length(y);
overflow: hidden;
}
div.innerFixed {
position: absolute;
bottom: 0;
height: $length(y);
overflow: hidden;
}
div.innerFlex {
max-height: $length(y);
overflow: auto;
}
, , . ( ) .innerFixed .innerFlex .
Zen , , bottom top .innerFixed margin-top padding-top .innerFlex.
- , , ,
div.outer { float: left; }
... , ( ), ,
div.mainContent {
float: right;
width: $length(x);
}
div.outer {
margin-right: length(x);
}
, margin-right , width ( ). , .