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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -