Simply position the top of the jquery dialog box
This accounts for the height of a non-scrolling nav bar at the top of the page.
$("#mydb").dialog({ position: ['center',$(".navbar-fixed-top").height()+20] });
.
This accounts for the height of a non-scrolling nav bar at the top of the page.
$("#mydb").dialog({ position: ['center',$(".navbar-fixed-top").height()+20] });
.