Geri
-
How to "crop" offscreen div in iOS safari (on actual device)?
.frame { position:relative; top: 0px; left: 0px; right:0px; bottom:0px; }
-
How to "crop" offscreen div in iOS safari (on actual device)?
Adding a wrapper around all the content seems solving the problem. Not working when I add wrapping styles to body. Seems the body tag in iOS Safari is processed in a wierd/special way. Would be great if you have some more information on this, thoug…
-
How to "crop" offscreen div in iOS safari (on actual device)?
Whoa, thanks for taking your time. Don't know how to work this around. A bunch of my planned behaviour would be based on sliding divs from offscreen, so actually I'm stuck here.
-
How to "crop" offscreen div in iOS safari (on actual device)?
Ya, if you see the code, it is a 300x300px box nudged -100px to the right (not completely off-screen). But desktop "crops" the content right, without any horizontal scroll, while iOS safari shows it as a whole. I've edited the origin…