• Resolved hungrygeneration

    (@hungrygeneration)


    Scrolling is working great in Firefox and Chrome but for some reason it does not in Safari. If I turn on Shift Body it does work but I’d prefer not to use that setting. Do you have a fix for this by any chance?

    Thanks for developing such an amazing plugin!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi,

    Glad to hear you’re enjoying the plugin ??

    Hmm, I’m not sure why that would be happening. It seems that as soon as I resize the page, it works fine. Seems like it may have something to do with how the browser is initiating autoscroll contexts.

    Try adding this CSS and see if it helps:

    .shiftnav .shiftnav-inner{
        overflow-y:scroll;
    }

    Hey,

    This is a late reply but it could be helpful for anyone moving forward.

    I found that the 0.5s transition time on the .shiftnav container was causing a strange scrolling delay with Safari only. Changing the transition to this fixed the issue immediately!

    #shiftnav-toggle-main, .shiftnav {
         transition: all 0.15s ease-in-out;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Safari Scrolling’ is closed to new replies.