I just played around with the float-left / float-right / float-none. Would be handy to get that working in a container. Right now it works only on root level. Also to have the float options inside the image, that would be handy. But that could be used anywhere also in containers.
CSS float properties don’t work directly within a Container component because it is set to display: flex and floats are ignored in flex containers.
I think the simplest way to achieve floating behaviour inside a Container would be to wrap your Images and Typography components in a custom component that doesn’t apply flexbox layout. This approach would allow the float properties to function as intended.
Yeah that works. But to add the dropzone in the HTML Component required a restart. Also the drag and drop onto the Tree HTML Element did not work. Had to use the dropzone in the editor.
Adding the float-properties to the Image (or Container to use as wrapper)