ionlyseespots / ambient-design

Ambient is a CSS ( flexbox ) framework. Built as a lightweight and modular HTML5 layout methodology.
http://ionlyseespots.github.io/ambient-design/index.html
MIT License
15 stars 3 forks source link

Consider changing [am-layout='frame'] > footer flexing to (flex: 1 0 auto) #59

Closed robertsoniv closed 9 years ago

robertsoniv commented 9 years ago

This is for when the am-scrollable content is not enough to push the footer to the bottom of the page.

Currently the footer will pack itself in right underneath the [am-scrollable]. I like how it stays right underneath the scrollable content - but I also want it to grow to fill in the rest of the frame. The suggested change accomplishes this in all three evergreen browsers.

robertsoniv commented 9 years ago

Another option is to only include this alternative flexing for [am-layout="frame absolute"]