Sticky title (position: fixed) inside iFrame on iOS. No page control with iFrame

I have a sticky title (position: fixed) inside and an iFrame. The title remains sticky if the page is viewed separately. Unfortunately, the page loads in iFrame, and I do not control the parent page.

The sticky title when viewed inside an iFrame on iOS just scrolls, the rest of the iFramed in page.

Any way to fix this? All I read says to set the height and width of the iFrame to 100%, but I cannot access or change the iFrame code.

+4
source share

Source: https://habr.com/ru/post/1610040/


All Articles