Fixed body scroll reset to top when opening related modal. #150
parent
c8ababb8e4
commit
7c0a105c92
|
|
@ -108,6 +108,7 @@ if (typeof(django) !== 'undefined' && typeof(django.jQuery) !== 'undefined')
|
||||||
// open the popup using magnific popup
|
// open the popup using magnific popup
|
||||||
$.magnificPopup.open({
|
$.magnificPopup.open({
|
||||||
mainClass: iframeInternalModalClass,
|
mainClass: iframeInternalModalClass,
|
||||||
|
fixedContentPos: false,
|
||||||
showCloseBtn: true,
|
showCloseBtn: true,
|
||||||
closeBtnInside: true,
|
closeBtnInside: true,
|
||||||
items: {
|
items: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue