sebaferreras / Ionic3-MultiLevelSideMenu

Ionic 3 demo of a two-level side menu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After restricting the side menu from closing the selected menu option page navigates but from below the side menu.

Vickypr1902 opened this issue · comments

As you can see the page navigates while the menu is open but the page navigates below the side menu.
How can I achieve opening of the page above the side menu while keeping the side menu open.
referring from previous issue

screenshot 28

I'm afraid that it won't be possible to do that, since that's actually the default behavior of Ionic-Android. This component has nothing to do with the position of the side menu or the pages, that's just Ionic's default behavior:

sidemenu

You may try to change the z-index of the entire menu, but I guess it will cause some other issues since it's not supposed to work like that.

Thank you for your kind words @Vickypr1902 , and thank you for opening issues with questions and improvements!

Feel free to suggest any changes/improvements that you may need, and I'll do my best to add them to the component :)

Take care!