Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #412431

    Good job again with 3.1
    but on Preloading Page with that littel rotating circle there is no scrollbar on the right – so after preloading the page has a shift (jump) – is it possible to get rid of that offset.

    #412477

    Hey Guenter!

    I could not reproduce the issue on Chrome, Firefox and Safari. Could you please tell us how can we reproduce it? :)

    Regards,
    Yigit

    #412800
    This reply has been marked as private.
    #413425

    Hi!

    Try this in the Quick CSS field:

    @media only screen and (min-width: 989px) {
    html.responsive {
      overflow-y: scroll;
    }
    
    .av-preloader-reactive {
      overflow: hidden !important;
    }}

    It will show the scrollbar instantly.

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.