I have indentified this problem as happening due to the popup getting enclosed in another div with position:fixedthat I cannot avoid due to a fixed sidebar feat
position:fixed
Best solution: Using firebug to view z-index of sidebar, example: 1000 we insert file css this code:
.modal-backdrop { z-index: 1100; } .modal { z-index: 1200; }