1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Bootstrap3 modal scrollbar fix.

This commit is contained in:
Cameron 2015-07-17 23:21:43 -07:00
parent a3514ca716
commit c83aace173

View File

@ -216,7 +216,7 @@ $(document).ready(function()
var url = $(this).attr('href');
var caption = $(this).attr('data-modal-caption');
var height = ($(window).height() * 0.7) - 50;
var height = ($(window).height() * 0.7) - 120;
if(caption === undefined)
{