Skip to content

Commit

Permalink
BUGFIX: Prevent overlaying of upper toolbars in RichTextEditor (#3699)
Browse files Browse the repository at this point in the history
The RichTextEditor, utilizing the CKEditor component, experienced an issue where the wrapping component failed to scroll appropriately with increased content, causing it to grow and overlay the upper toolbar. This commit addresses the problem, ensuring proper container resizing and preventing toolbar overlay.

Fixes: #3664
  • Loading branch information
markusguenther authored Jan 30, 2024
1 parent 7031363 commit a477372
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
flex-grow: 1;
outline: 0;
padding: 15px;
overflow: scroll;
}

0 comments on commit a477372

Please sign in to comment.