angular-bootstrap-lightbox icon indicating copy to clipboard operation
angular-bootstrap-lightbox copied to clipboard

modal-footer not suported?

Open UltimateFighter opened this issue 10 years ago • 0 comments

When i added a footer to modal view, then it is visible under the white background.

<div class="modal-body">
...
</div>
<div class="modal-footer">
    <p>The Footer</p>
    <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>

UltimateFighter avatar Nov 24 '15 09:11 UltimateFighter