Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Bug with navigation search

  • Hello,

    I recently realized that there is a little bug with the navigation search.

    When activated, the browser scroll bar on the right side disappears, causing a small bounce across the screen.

    Here is a video that shows it better: https://take.ms/icWaq

    Could you help me fix this please?

  • Hi there,

    to note – it happens on Windows OS as they choose to include the Scroll Bar inside the viewport as opposed to floating like other OSes do.

    The scrollbar gets removed when the modal is open because we fix the body background to stop it from scrolling.

    So you could add this CSS:

    
    body {
        overflow-y: auto !important;
    }
    

    But the weigh off is users will be able to scroll the page behind the modal….

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