-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model window ( including dialogue ) open and right side scroll bar of browser disappears #864
Milestone
Comments
Yes it's true, you can try that in your CSS: body.with-modal { |
Yes, this can be improved. Will do. |
The main reason for this is for user to not be able to scroll the background (the page underneath the Modal), since the Modal has full attention of user. |
Available in edge and future v0.14.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Software version
Quasar: 0.14.2
This is not exactly an issue but distracting the user . When I open a dialogue window ( any model ) the browser right side scroll bar disappears and so the contents behind the model window ( the parent window contents ) are moving right side and when we close the model the scroll bar again comes up and the content are moving to the left side . So if I have really good content the content moving right and left is really distracting .
You can try this on the below link . Open it and reduce the reduce the browser size until you get right side scroll bar and click on any dialogue and you will see the problem I am talking
http://quasar-framework.org/quasar-play/android/index.html#/showcase/popups/dialog
This was not the case in our old version :)
Thank You
The text was updated successfully, but these errors were encountered: