Okay
  Public Ticket #2732934
Disable magic cursor
Closed

Comments

  •  1
    Simon started the conversation

    Hello ! 

    I dont found the option to disable magic cursor.

    Secondly, i want to enable the scroll down mechanic when i hover a block that isnt part of the theme ( exemple, when mouse enter youtube embed, you can't scroll anymore )


    I really need to scroll on thoses blocks because they take the full width of the page


    Best regards 

    SIMON

  •  1,822
    Support replied

    Hello Simon,

    to disable the magic cursor, try adding

    #magic-cursor{

       display: none;

    }

    in customizer -> additional CSS

    I think the solution to enable scrolling over wp video embeds is to disable smooth scrolling on customizer -> general settings

    https://prnt.sc/10wxqs1

    The smooth scroll library hijacks all scroll events however since the video embeds are displayed in an iframe it does capture the mouse events inside it.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Simon replied

    Thanks it works perfectly now !