Okay
  Public Ticket #265729
Embedded video Scroll Bar
Closed

Comments

  • Remi started the conversation

    Hi,

    I embedded videos from Vimeo on my site using lightbox. 

    Strangely a white scrollbar always appears at the right side of the lightbox. It's still there when I change the size of the video, or delete the code itself.

    The problem must be a css conflict as mentionned in a previous post : http://themenectar.ticksy.com/ticket/253272

    Thank you and btw, best WP Theme ever.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html {
        overflow-y: hidden !important;
    }
    
    Cheers


    ThemeNectar Support Team 

  • Remi replied

    Works like a charm!

    Just as a precision, this problem seems to occur only on old safari version and Firefox.

    Thanks again!