Why is there a space on my product page when pinching on mobile?

When I pinch on a product page, there is a space on the right side.

Is there any way to fix this?
https://photopri.com/products/epson-prophotopaper-kinume

I’m using Safari on my iPhone 12, and I’ve updated to the latest version.

@Yuta_M

@media (max-width: 360px){
    body, html{
    overflow-y: hidden;
}
}

Add this code in theme.scss

thank you.

hello @Yuta_M

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media (max-width: 360px){
    body, html{
    overflow-y: hidden;
}
}

I added it, but it didn’t work.
No change at all.

@Yuta_M - it is because of the hulkapps tooltip in the form, please add given css and check, if you have more requirements then you can contact me on my email.

@media screen and (max-width:749px){
.hulkapps-tooltip .hulkapps-tooltip-inner{white-space: initial;    width: 250px;}
}

@Yuta_M - should be like this without space on right

Adding it did not fix the problem.
Pinching creates space.

Can you please show screenshot of space?

I’ll send you a screenshot so you can check it out.

sure, you have my email below, you can send on it