Okay
  Public Ticket #1850731
Double vertical scroll bar
Closed

Comments

  • Jordi started the conversation

    When I use default template with default header everything ok, but when i use elementor canvas or full width then appear double vertical scroll bar. Now I created new header with elementor header for entire site and with default template now appear the double vertical scroll bar

  • [deleted] replied

    Hi,

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/neotech-magazine-elementor-wordpress-theme/reviews/22901989

    Your feedback is the motivation to improve our work and services.

    Add below code to Customize -> Additional CSS

    body {
        overflow-x: unset;
        overflow-y: unset;
    }
    Regards,