Okay
  Public Ticket #148839
Browser scroll bar
Closed

Comments

  •  3
    Stephane started the conversation
    Hi, on pages with scroll, the scroll bar wich is generally minimised automatically is showing of : http://d.pr/i/jsif From what I remember it was not the case before with Salient.. Any idea how to change this behavior ? thx
  •  1,043
    ThemeNectar replied

    Hey Stephane! The scrollbar has actually always been visible. You can modify that behavior in the init.js file though (which is located in the js folder).

    Search for this section:

    $("html").niceScroll({
    	scrollspeed: 60,
    	mousescrollstep: 40,
    	cursorwidth: 15,
    	cursorborder: 0,
    	cursorcolor: '#2D3032',
    	cursorborderradius: 6,
    	autohidemode: false,
    	horizrailenabled: false
    });

    and change the autohidemode to true.

    Cheers!
     

  •  3
    Stephane replied

    Thank you for your answer. Changing .js didn't work :( strange. 

    But I've disabled smooth-scrolling and its now fine. 

    Thanks !

  •  1,043
    ThemeNectar replied

    That's pretty weird but am glad you got to a desirable result anyway :)

    Cheers