Having trouble applying the CSS property overflow:hidden
to
<md-app-content>...</md-app-content>
.
This is the section of code causing issues:
<md-app-content id="main-containter-krishna" md-tag="div">
<Visualiser />
</md-app-content>
.md-app-container{
overflow: hidden;
}