If you experience a styling issue when opening toolbar menu on mobile view, like in the video below, you have to make the following changes on your template.
- On your template, update the meta viewport to the following:
html <meta name="viewport" content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=no">
Note: Please consult your template provider if you are unsure on how to do the above fixes on your template.