The issue is: I\'m using parrallx scrolling, so I have z-index in the page now when I try to popup a box-modal by Bootstrap I get him to look like this https://www.dropbox.c
The modal dialog can be positioned on top by overriding its z-index property:
.modal.fade { z-index: 10000000 !important; }