Mohit kumar Bajoria

Results 39 comments of Mohit kumar Bajoria

@Chris-Pratt-Clystnet check this https://github.com/mbj36/vue-burger-menu/issues/9

Currently there is no scroll event or such behaviour/feature is there, but you can use a seperate navbar and place this burger-menu on navbar and then use CSS method (overflow)...

@shivamluthra @Sshruti10 Can you guys think of how can we fix this ?

Not sure how it will fix, can you try on your machine and see if it works

@mritunjaygoutam12 Can you add this as a doc in FAQ wiki page

@Andekl Where do you want to move it ? We have `right` prop to move the sidebar to right side

If you do `style="right: 0px"` this should move cross button to the right of the sidebar

What is your use case for using `:burgerIcon=false` ? Using `:burgerIcon=false` will disable the burgerIcon and user won't be able to open the menu again.

A simple workaround i think of your problem is ```css .bm-burger-button { display: none; } ```