Struggling to find a solution for my problem. I have functions that fetch data from an API and display it in a div when a user right-clicks on a context menu. The div is currently fixed to the bottom right of the page, but I want it to be draggable so users can move it around without blocking the content behind it.
I've come across some JavaScript frameworks while searching online, but I'm unsure how to incorporate them. Can anyone suggest the best approach to make the div draggable?
Here is what the div looks like now. Thank you! current div