Fix for Non-scrollable Neos.Neos/Inspector/Editors/RichTextEditor #3913
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the scrolling behavior within Neos.Neos/Inspector/Editors/RichTextEditor
What I did
Added a height with 0px value to enable scrolling within
RichTextEditor
.=> Not sure if there is any better option/way for this fix as i didn't received any feedback in my issue, but it is working fine for me.
Before:
![before](https://private-user-images.githubusercontent.com/6923945/408434055-ef66bc35-0b04-4eb2-ab93-41d83eb786c1.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTE3OTAsIm5iZiI6MTczOTM1MTQ5MCwicGF0aCI6Ii82OTIzOTQ1LzQwODQzNDA1NS1lZjY2YmMzNS0wYjA0LTRlYjItYWI5My00MWQ4M2ViNzg2YzEuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDkxMTMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDE0ODQ2Y2Q1YmE1YTg0OTljMjE3NWUzNDA3YTMyYjE0YTk3NDNjNTk1YTVkMDE5NjNlMzIzYTRiNTIyN2RkZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.kFyvqZQ_Zo1UB4EZW5p3Rg5gpvZymoUy8yjcdvxYCeA)
After (with height of 0px):
![after](https://private-user-images.githubusercontent.com/6923945/408434092-7be2da28-0222-430a-87fe-dfea695780e6.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTE3OTAsIm5iZiI6MTczOTM1MTQ5MCwicGF0aCI6Ii82OTIzOTQ1LzQwODQzNDA5Mi03YmUyZGEyOC0wMjIyLTQzMGEtODdmZS1kZmVhNjk1NzgwZTYuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDkxMTMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDA0NjAxNTUxZjQ2NzQ4NGFjOWNiZGFjNTZjNDQwYTNiNWI1ZjA0NmI1MGYwYmJlYTIwNjgxZDAyMjkxMzYyMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.-QeBxb4j4jjFtiua8L6cVjJKZ-dNY3B9C31pSUtNpvk)