Html element(menu, logo etc) shifts to right when magnific popup clicked. It looks right overflow scroll hide and content shift to very right edge.
To fix this magnific popup issues need to right this code to css.
html {
margin-right: 0 !important;
overflow: visible !important;
}