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
I suppose this bug is related to this plugin from this plugin: nshenderov/strapi-plugin-ckeditor#48 (comment)
This fixed the the bug for me in FF, but I haven't tested in any other web browsers. overflow: scroll is the added CSS property.
overflow: scroll
#fullscreeneditor .ck.ck-editor__main { height:100%; max-height:100%!important; overflow: scroll; }
The text was updated successfully, but these errors were encountered:
Hi 👋
Any hope for adding this or at least how would I go about adding this to ckeditor5?
Sorry, something went wrong.
No branches or pull requests
I suppose this bug is related to this plugin from this plugin: nshenderov/strapi-plugin-ckeditor#48 (comment)
This fixed the the bug for me in FF, but I haven't tested in any other web browsers.
overflow: scroll
is the added CSS property.The text was updated successfully, but these errors were encountered: