Answers for "backdrop design css when modal open"

CSS
0

add backdrop to modal css

.custom-modal-backdrop {
  background-color: rgba(0,0,0,0.7);
}

<div class="modal fade custom-modal-backdrop" id="health_Modal" tabindex="-1" aria-labelledby="health_ModalLabel" aria-hidden="true">
Posted by: Guest on February-11-2021

Code answers related to "backdrop design css when modal open"

Browse Popular Code Answers by Language