/* The site header is fixed at z-index 9999, which sits above Bootstrap's default
   modal layer (1055) and clips the modal. Lift both modal layers above it. */
.modal-backdrop{z-index:10000}
.modal{z-index:10001}
