You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for provide so nicely lib and so flexible. And sorry for my english
On the Drawer doc, if you use data-type="persistent" on the button, works fine, but when you open and close with javascript $('#navdrawerDefault').navdrawer('show'), this create overlay upside the menu and all page. Using data-type="persistent" on the div content, works like a charm
First of all, thank you for provide so nicely lib and so flexible. And sorry for my english
On the Drawer doc, if you use
data-type="persistent"
on the button, works fine, but when you open and close with javascript$('#navdrawerDefault').navdrawer('show')
, this create overlay upside the menu and all page. Usingdata-type="persistent"
on the div content, works like a charmUrl: https://daemonite.github.io/material/docs/4.1/material/navigation-drawer/#persistent-drawer
Actual code:
Working code:
I don't make the change and commit for revision, because I don't know if this is a error of code or error of documentation
Using button on header for open
Using javascript method
With my suggestion
The text was updated successfully, but these errors were encountered: