Merge pull request #3045 from rabuzarus/20161225_-_frio_colorbox_workaround

Bugfix: fix handling with colorbox popups in frio
This commit is contained in:
Michael Vogel 2016-12-25 06:47:56 +01:00 gecommit door GitHub
bovenliggende 80ec0398d8 0d76796f30
commit 94027f19b4
1 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen

Bestand weergeven

@ -161,10 +161,12 @@
// fancyboxes
$("a.popupbox").colorbox({
'inline' : true,
'transition' : 'elastic'
'transition' : 'elastic',
'maxWidth' : '100%'
});
$("a.ajax-popupbox").colorbox({
'transition' : 'elastic'
'transition' : 'elastic',
'maxWidth' : '100%'
});
/* notifications template */