JSFiddle - React, Tailwind, and code Playground
by Dhanck
HTML
<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content"><div class="modal-header"><button title="Close" class="close" type="button"><span class="glyphicon glyphicon-remove"></span></button><h5 class="modal-title">Reject Action</h5></div><div class="modal-body" style="overflow: auto; position: relative; -ms-zoom: 1;"><div style="position: relative; -ms-zoom: 1;"><div class="reject-action-popup"><p>Sign off has been rejected, would you like to:</p><div class="form-group form-group-sm"><label class="control-label col-md-0"></label><div class="control-field col-md-12"><div class="display-children-block"><span class="gwt-RadioButton vrs-radio-btn"><input name="gwt-uid-2078" tabindex="0" id="gwt-uid-2079" type="radio" checked="" value="on"><label for="gwt-uid-2079">Take no further action</label></span><span class="gwt-RadioButton vrs-radio-btn"><input name="gwt-uid-2078" tabindex="0" id="gwt-uid-2080" type="radio" value="on"><label for="gwt-uid-2080">Abandon the branch of the workflow setting dependents to skipped</label></span><span class="gwt-RadioButton vrs-radio-btn"><input name="gwt-uid-2078" tabindex="0" id="gwt-uid-2081" type="radio" value="on"><label for="gwt-uid-2081">Set the previous generate / data task to 'Awaiting Correction'</label></span><span class="gwt-RadioButton vrs-radio-btn"><input name="gwt-uid-2078" tabindex="0" id="gwt-uid-2082" type="radio" value="on"><label for="gwt-uid-2082">Set the previous generate / data task to 'Pending'</label></span><span class="gwt-RadioButton vrs-radio-btn"><input name="gwt-uid-2078" tabindex="0" id="gwt-uid-2083" type="radio" value="on"><label for="gwt-uid-2083">Select an earlier dependency task to set back to ‘Awaiting Correction’ status then wait for user...
CSS
#bg {
background-color: #777;
position:relative;
z-index:2;
}