javascript - Snapjs Drawer issue and scrolling content -
i using snap js such have drawer on left , content right. when drawer opened, can still scroll content on left.
what right way can disable div on left. in jquery:
if (state == 'right') "disable left side can't scroll' ( $('.idofelement').disable();) ;
is there overlooking in snap within controller left can disabled, without dom manipulation.
in snap.js file
set this
disable: 'left'
javascript angularjs scroll snapjs
No comments:
Post a Comment