Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to “crop” offscreen div in iOS safari (on actual device)? Re: How to “crop” offscreen div in iOS safari (on actual device)?

#120512
Geri
Member

.frame {
position:relative;
top: 0px;
left: 0px;
right:0px;
bottom:0px; }