Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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">
 
PREVIOUS NEXT
Tagged: #add #backdrop #modal #css
ADD COMMENT
Topic
Name
6+7 =