javascript - Angular.js - <md-backdrop> may not work properly in a scrolled, static-positioned parent container -


i'm working on angular.js 1.5 application angular material. i'm receiving following error in console:

<md-backdrop> may not work in scrolled, static-positioned parent container.

i'm attempted pinpoint error in markup, cannot find triggering error.

i'm not sure should provide clarify error. have ideas triggering error?

the issue caused <md-sidenav> element within static parent container (as error message stated).

to solve this, added md-disable-backdrop="true" attribute , error no longer occurred.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -