PolymerElements / iron-fit-behavior

Fits an element into another element
17 stars 34 forks source link

show what's showable #46

Closed valdrinkoshi closed 8 years ago

valdrinkoshi commented 8 years ago

Fixes #44 by pushing the element beyond the viewport just to keep the min-width/min-height. Like this, at least a partial part is still visible. Also, assue null to be "auto"; like this it will be enough to just set horizontalAlign="auto" to have also verticalAlign treated as "auto".

cdata commented 8 years ago

LGTM 👍