We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.6.4 Vue Version: 3.4.27 Browsers: Chrome 125.0.0.0 OS: Windows 10
Check the playground and open the dialog and click the fullscreen button inside the dialog.
If the fullscreen property it's set, the dialog width property should be ignored
When the fullscreen it's set the dialog respects the width property, resulting in dialog being wrongly shown on left side of the page
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
fix(VDialog): remove height and width when fullscreen
d615a0f
fixes vuetifyjs#19915
0cd7bf9
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.4
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Windows 10
Steps to reproduce
Check the playground and open the dialog and click the fullscreen button inside the dialog.
Expected Behavior
If the fullscreen property it's set, the dialog width property should be ignored
Actual Behavior
When the fullscreen it's set the dialog respects the width property, resulting in dialog being wrongly shown on left side of the page
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: