mardi 17 janvier 2017

set CSS properties of an ember-view div

I've set the height of the body tag in my ember application to 100vh. Now inside my application/template.hbs, I have a root div in there. I'm unable to set the height of this root div to 100vh because when the application is finally rendered, the dom is as follows:

<body>
    This is 100% of viewport
    <div id="ember435" class="ember-view">
        This div was automatically generated by ember, and I can't change its height. :/
        <div id="wrapper">This is my div and not 100% of body</div>
    </div>
</body>




Aucun commentaire:

Enregistrer un commentaire