sovanna / angular-material-sidenav

Simple component that reproduce the Angular Material Style SideNav Menu from their own website
http://sovanna.github.io/angular-material-sidenav/
109 stars 55 forks source link

Submenu not showing on sm devices #19

Closed RenanGaleno closed 8 years ago

RenanGaleno commented 8 years ago

On sm devices, the submenus are getting 0px height and not showing, when using updated dependencies versions

RenanGaleno commented 8 years ago

Debugging here, it's related with the fix for #17 on commit 8856a33ee9a84ffb38fa75be6ebb05849a6482da. The fix for this is undo that commit, but then the problem on #17 is still present. I'm trying to find another fix for that other issue.

sovanna commented 8 years ago

thx for helping!!

RenanGaleno commented 8 years ago

I discovered another problem related to this issue (when resizing from sm to md the submenu doesn't open anymore) that #21 was not fixing