neos-development-collection
neos-development-collection copied to clipboard
Make the content in Error message scrollable
Description
It can happen that the flash message has pretty long content. Like in the configuration module. It would be nice if you can scroll the content of the flash message
Steps to Reproduce
- Log in to backend
- Open configuration module
- Hope that you have some more errors in the nodetypes or so
Expected behavior
Be able to read all the content of the flash message
Actual behavior

Affected Versions
Neos: 5.0
UI: master
Your codebase is pretty extensive. Do you know which source files this uses?
Wait, is that module even rendered by the new UI?
As @pKallert found out in https://github.com/neos/neos-ui/pull/3220#issuecomment-1274251284
this is not done via Neos.Neos.Ui but in Neos.Neos in https://github.com/neos/neos-development-collection/tree/8.2/Neos.Neos/Resources/Public/JavaScript/Components/Notification