mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Bootstrap3 modal scrollbar fix.
This commit is contained in:
@@ -216,7 +216,7 @@ $(document).ready(function()
|
|||||||
|
|
||||||
var url = $(this).attr('href');
|
var url = $(this).attr('href');
|
||||||
var caption = $(this).attr('data-modal-caption');
|
var caption = $(this).attr('data-modal-caption');
|
||||||
var height = ($(window).height() * 0.7) - 50;
|
var height = ($(window).height() * 0.7) - 120;
|
||||||
|
|
||||||
if(caption === undefined)
|
if(caption === undefined)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user