ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
380 stars 61 forks source link

Toolbar hidden in nested scrolling element #329

Closed mateuszzagorski closed 2 years ago

mateuszzagorski commented 2 years ago

📝 Provide detailed reproduction steps (if any)

  1. Start editing a file, and add some longer content inside.
  2. Scroll down.

✔️ Expected result

Toolbar is still visible like in the Native GH editor.

❌ Actual result

The toolbar is hidden.

❓ Possible solution

Github enforces height of the editing area by specifying its height in css:

We can potentially use the same approach, and set the height for .github-writer-size-container .github-writer-panel-rte as it should resolve the problem.

📃 Other details


If you'd like to see this fixed sooner, add a 👍 reaction to this post.