0

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

AR Second
  • 582
  • 1
  • 6
  • 25

1 Answers1

0

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

Joosep Parts
  • 5,372
  • 2
  • 8
  • 33