• Would love to have more CSS options so don’t have to dig through min.js file, but other than that seems to work pretty well in Chrome, Safari and Firefox on my Mac.

    TIP: Add this to your CSS, it kills the default scrollbar on webkit browsers, so when refreshing the page it’s much smoother.

    ::-webkit-scrollbar {
    display: none;
    overflow: hidden;
    }

    (Using Genesis Framework with Dynamik Website Builder)

    Thanks!

  • The topic ‘WP 3.7.1 – It works!’ is closed to new replies.