if make shapebar position absolute (for styling)
then when you click on the previews, the elements are immediately added to the diagram. I don’t think this should happen.
Hello @D_F,
It’s quite expected behavior, as position:absolute, removes the element from regular document flow, and it breaks default dnd logic.
Could you please provide more details on which result you are trying to achieve, so I will try to provide suggestions for the exact case?
Also it may be helpful if you provide some example of your current config:
https://snippet.dhtmlx.com/owq3es8o
(open the demo above => slick the “Save” button => send me the new link), so I will be able to provide suggestions for your exact case.
Kind regards,
I just wanted to make the side panels absolutely positioned for styling purposes.
