Okay
  Public Ticket #1037843
Scrolling points
Closed

Comments

  • Jeremy started the conversation

    Hi!

    I'm having scrolling issues when I scroll on teh homepage of my site. When I click the nav it goes to the correct spot, but possibly check out the site and you'll quickly see what I mean.


    Thanks!

  •  8,409
    Tahir replied

    Hey Again,

    Below code will always show the scrollbar so users would know there is extra content underneath .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .iScrollVerticalScrollbar.iScrollLoneScrollbar {
        opacity: 1 !important;
    }

    Thanks


    ThemeNectar Support Team