Stop modal from hiding page scroll bar on open #1114
Unanswered
williamlmao
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The contents of my page shift slightly whenever the modal opens, because the scroll bar is being hidden. How can I prevent this from happening? In bootstrap it's changing, but not sure how it would work with tailwind/headless. Thanks in advance.
.modal-open {
overflow: scroll;
}
Beta Was this translation helpful? Give feedback.
All reactions