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
2.2.8
Vue 3.2.19
The table has horizontal scroll when the drawer with destroy-on-close active is destroyed
destroy-on-close
The body have a overflow-x: hidden that the destroyed drawer didn't remove
overflow-x: hidden
The text was updated successfully, but these errors were encountered:
V3 will fix it, you can pay attention to this #4708
Temporary solution
const afterVisibleChange = (bool: boolean) => { if (!bool) { document.body.style.removeProperty("overflow"); } };
Sorry, something went wrong.
ref 3.0.0-alpha.1
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
ajuner
No branches or pull requests
Version
2.2.8
Environment
Vue 3.2.19
Reproduction link
Steps to reproduce
What is expected?
The table has horizontal scroll when the drawer with
destroy-on-close
active is destroyedWhat is actually happening?
The body have a
overflow-x: hidden
that the destroyed drawer didn't removeThe text was updated successfully, but these errors were encountered: