Same here. I temporarily solved the problem is way:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.background-fixed .panel-image {
background-attachment: unset;
}}
Hopefully it’s getting fixed soon.
Is there any problem on iPhone too?