Jordan-Hall / angular-material-rail-drawer-plugin

Angular Material extension for mini/rail drawer variant
Other
47 stars 13 forks source link

Support for position="end" on <mat-sidenav> #6

Closed robertgartman closed 4 years ago

robertgartman commented 4 years ago

Thanks for this great contribution. Any plans on supporting right side drawer?

The current issue (version 0.0.4) can be reproduced by adding position="end" on your Stackblitz and toggle the drawer. The main content moves sideways.

Jordan-Hall commented 4 years ago

Hey, ill take a look and aim to add support. Hopefully it's added today or tomorrow

Jordan-Hall commented 4 years ago

@robertgartman apologies for delay, I replied early hours of this morning so you knew it was going to be looked into. The issue is now resolved https://github.com/Jordan-Hall/angular-material-rail-drawer-plugin/pull/7

Can you please reply to confirm this issue has now been resolved.

robertgartman commented 4 years ago

Version 0.0.5 resolves the issue. Much appreciated!