mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Bootstrap3 modal scrollbar fix.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user