So, I'm unable to set the CSS overflow:hidden
property for <md-app-content>...</md-app-content>
.
Here's the snippet of the code that I have:
<md-app-content id="main-containter-krishna" md-tag="div">
<Visualiser />
</md-app-content>
.md-app-container{
overflow: hidden;
}
As you have id="main-container-krishna"
your css should be #main-container-krishna{overflow:hidden}