-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Drawer is jittery scrolling down when modal={false}
is set
#253
Comments
ghost
mentioned this issue
Feb 2, 2024
Does it only happen when the modal prop is set to false? |
Yeah, that’s what I noticed, you can try it yourself in the codesandbox
…On Sat Feb 3, 2024, 08:30 PM GMT, Emil Kowalski ***@***.***> wrote:
Does it only happen when the modal prop is set to false?
—
Reply to this email directly, view it on GitHub <#253 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A6TXO6XHR7XAH7XT2ZQ776LYR2NAFAVCNFSM6AAAAABCXELISOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGQ2DQMRUHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Can confirm this. |
Should be fixed in #424 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://codesandbox.io/p/devbox/nested-modal-with-input-2-6wt446
Repro:
Expected: Drawer will close as it does when
modal={true}
.Seen: Drawer doesn't close and jitters and gets stuck.
The text was updated successfully, but these errors were encountered: