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
Describe the bug Markdown dialog is not fully visible on smaller screen and cannot be scrolled
To Reproduce Steps to reproduce the behavior:
Expected behavior Allow scrolling for dialog
Screenshots Markdown dialog is not scrollable:
In comparison, rich text dialog is scrollable and works fine
The text was updated successfully, but these errors were encountered:
Not sure if useAutoResizer will be helpful here.
useAutoResizer
Ref: https://github.com/contentful/create-contentful-app/blob/master/packages/contentful--react-apps-toolkit/README.md#useautoresizer
Sorry, something went wrong.
Thanks for reporting this @JinHao-L! @vipulchadda, is this something that you can look into? Thank you!
@whitelisab This looks like an issue with the default markdown field editor (we are using the default-field-editors to display the individual fields). I see the same behaviour in the field editors playground: https://contentful-field-editors.netlify.app/?path=/story/editors-markdown--default. Would you be able to help with that?
default-field-editors
Thank you for letting me know @vipulchadda, we will look into this and keep you posted.
No branches or pull requests
Describe the bug
Markdown dialog is not fully visible on smaller screen and cannot be scrolled
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Allow scrolling for dialog
Screenshots
Markdown dialog is not scrollable:
In comparison, rich text dialog is scrollable and works fine
The text was updated successfully, but these errors were encountered: