Okay
  Public Ticket #2979062
Error in mobile view
Closed

Comments

  • Bruno Baumgartner started the conversation

    Since the update, we have a very nasty effect in mobile view with iPhone 12. If user scrolls down, the page is flickering like hell. No problem at earlyer versions :-( Could you please check this out?

  •  2,572
    Kevin replied

    Hi Bruno Baumgartner

    Please add this css code at Appearance->Customize->Additional CSS to adjust its display


    div#sticky-wrapper {
        height: auto !important;
    }

    Thanks !