Skip to content
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

Schema: Only allow user to scroll central container in edit field and add field modal #2051

Closed
zcolah opened this issue May 29, 2023 · 1 comment · Fixed by #2071
Closed
Assignees
Labels
bug Something isn't working

Comments

@zcolah
Copy link

zcolah commented May 29, 2023

Describe the bug
Currently when a user opens the modal to add a field or edit a field, they can scroll the entire container.

Solution
This should not be the case. The header of the modal should be pinned to the top of the modal and the footer should be pinned to the bottom with the central area only scrollable.

Please see Loom video to understand problem and desired solution.
https://www.loom.com/share/e8f72083cb6747298a5fca73ecce8104

@zcolah zcolah added the bug Something isn't working label May 29, 2023
@agalin920
Copy link
Contributor

@theofficialnar DialogContent component typically auto overflows and does not affect DialogTitle nor DialogActions. Might not be implemented properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants