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
Post a Comment