I am developing a web application with jQuery and here I have multiple items that the user can drag´n drop around, unfortunately I also have another item, which needs to be on-top of all draggable items with a higher z-index. If I place one of the draggable items behind the covering item, I can not drag it anymore.
Is there a way to set that covering item somehow inactive, so that it is still visible ?