After updating to angular-material 0.9, I encountered an issue where the background gets cut off at the edge of the content when opening md-select. Is there a way to prevent this from happening?
http://codepen.io/anon/pen/yNOypa
<div class="background">
<div layout="column" layout-align="center center" flex>
<md-select placeholder="Pick">
<md-option value="1">One</md-option>
<md-option value="2">Two</md-option>
</md-select>
</div>
<p>The background stops at the content boundary when md-select is opened.</p>
</div>