I'm creating a simple Modal in bootstrap, nothing modified, simply:
$('#myModal').modal({backdrop:false})
But when the modal opens it's wider than the browser, not matter what size the window is and creates a 20px or so space.
Any ideas why this is happening, my layout is based off of the Jumbotron template, nothing unique, just color changes mostly.