Issue with drop zone maybe

@dan

if I use Top in a div inside a div Top and Left work no issues in editor or safari

if I use the code in a Dropzone Top does not move in editor but in safari, Left works both in editor and safari

This issue arises because the nested Box component in the editor is wrapped in a

with a position: relative style. This wrapping
is automatically added by Elements to ensure the editor’s UI functions correctly.

While it’s possible to override this behavior and control the positioning, the process is quite advanced and requires modifications in the hooks.js file. Specifically, you would use the rw.setRootElement({}) method. Unfortunately, there’s currently a lack of detailed documentation and examples for this approach.

I’ll add this topic to our list of developer video tutorials that we plan on making in the near future!

@ben thanks, why is it ok with left but not top, not at my laptop to try bottom,
I am away abroad for a few more days but I thought I had done this before maybe it was using css, might be my memory