How to remove the shadow of the draggable item in Angular

61 views Asked by At

How can I eliminate the shadow that appears beneath the backdrop when dragging an item within the Bootstrap modal dialog?

As depicted in the accompanying picture, I am attempting to drag the "Personal Details" button..enter image description here

1

There are 1 answers

0
Joosep Parts On

Assuming you mean the backdrop itself, it can disabled by passing via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-backdrop="".

https://getbootstrap.com/docs/4.4/components/modal/#options