@Key-Banger you need to add a z-index property to .modal-win. You can read about z-index at w3schools.
// css
.modal-win{
position: relative;
}
// js
$('.modal-win').modal('show');
$('.modal-win').css("zIndex", 1); // insert
I did that wrong. The dialog box is not on top. I'll edit it once I fix it.
:cookie: 356 | @reggie01 |http://www.freecodecamp.com/reggie01
:cookie: 589 | @sorinr |http://www.freecodecamp.com/sorinr