Forums

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

Home Forums Design My site will not scroll vertically in Safari.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #168927
    bosscoe
    Participant

    My site: http://www.cherishbboutique.com

    I am currently in the very early sages of putting a site together for my wife. Seems to work fine on all browsers I have tried. Unfortunately, I can’t get the site to scroll down vertically in Safari when using IPHONE or IPAD.

    I have tried all kinds of variations, but am not skilled enough to nail down the problem.

    This is my current body text;

    body {
    background-image: url();
    background-repeat: repeat;
    margin: 0px;
    overflow-y: scroll;

    }

    Any help from an expert would be greatly appreciated.

    Bosscoe

    #168928
    Paulie_D
    Member

    You shouldn’t need the overflow property at all if there is enough content to cause overflow.

    Why are you trying to force it?

    #206467
    Steffen Bo
    Participant

    I had the same.
    Changed the
    overflow-y: scroll; to
    overflow: auto;
    That was enough for me.

    #246470
    valla
    Participant

    hi there!
    I had the same problem and even if I didn’t use body overflow or hidden, it seems that one of my .js files was somehow interfering with full display.
    I had using skrollr.min.js and for that, in my ios browsers (*chrome and safari), my website didn’t scroll down. after removing that, now it’s working.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Design’ is closed to new topics and replies.