Sebastian Helzle

Results 329 comments of Sebastian Helzle

@jonnitto could you take a look at this issue? Should probably be just some tailwind class I hope :)

A plugin does something similar with https://github.com/patriceckhart/NeosRulez.Neos.MoveableNodes

While working on the prototype I ran into issues due to https://github.com/ckeditor/ckeditor5/issues/16898 CK5 v40 stop all drag events from bubbling up, which is the reason I cannot drag anything over...

This is actually a Neos UI bug. When there are unapplied changes in the inspector the action opens the secondary editor with a different z-index of 65 `--zIndex-SecondaryInspectorElevated` and therefore...

but `yarn install` removes them?

ah you mean the history, yes we can run the git clean whatever task on that, that should work

Possible solution something like this (with a different color of course): ```css .ck-focused { outline: 1px dashed red; outline-offset: 5px; } ```

I think I removed already all content scripts tags in a PR as they were not needed anymore since I refactored the content tree. Have to check again.