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

Bug + Fix: Full Screen Source Mode Has No Scroll #5

Open
oDinZu opened this issue Dec 7, 2022 · 1 comment
Open

Bug + Fix: Full Screen Source Mode Has No Scroll #5

oDinZu opened this issue Dec 7, 2022 · 1 comment

Comments

@oDinZu
Copy link

oDinZu commented Dec 7, 2022

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.

#fullscreeneditor .ck.ck-editor__main {
 height:100%;
 max-height:100%!important;
 overflow: scroll;
}
@oDinZu
Copy link
Author

oDinZu commented Apr 11, 2023

Hi 👋

Any hope for adding this or at least how would I go about adding this to ckeditor5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant