q-modal gives body a padding-right of 17px - why and how to avoid this?
-
As you can see in the Quasar demo, when you click on any of the ‘Modal’ examples, the body of the page gets a padding-right of 17px, so all content behind the modal is shifted towards the left, during the time the modal is visible:
http://quasar-framework.org/quasar-play/android/index.html#/showcase/popups/modal
I assume this has something to do with scrollbars, but I need a way to disable this behaviour, since my page never has a scrollbar, so I just don’t need the 17px.
Any fix for this?