q-modal gives body a padding-right of 17px ?
-
The body of the page that has a visible q-modal automatically gets a padding-right of 17 px. This causes all content to be shifted to the left, when the modal is visible:
http://quasar-framework.org/quasar-play/android/index.html#/showcase/popups/modal
Is there any way to avoid this?
-
Use v0.15
This was a know issue, can’t remember now why it was necessary
-
Quickfix: Add the class ‘no-padding’ to the body element
-
@benoitranque If I remark correctly, the padding was there for the case when scrollbar was needed.