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:
parent
a3514ca716
commit
c83aace173
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user