Double scrollbar with nice scroll/smooth scroll on Chrome

http://simplycreative.pl/zainspiruj-sie/

After using Smooth Scroll or Nice Scroll (from BeTheme options), in Chrome appears double sidebar.
After adding overflowY:hidden; to html in Chrome everything works perfect, but in other browsers (Firefox, Opera, IE) both of scrollbars disappear and scrolling is locked. When I use deafault browser scrollbar everything is ok, but I would like to have smooth scrolling effect.
How can I fix this?

html {
overflow-y:hidden !important;
}

Comments

  • Hi,

    if you have a problem with scroll feature, please switch to default browser scroll under Theme optiosn > Addons & Plugins > Addons section because the problem must be related with your plugins or additional customization.

    Thanks!
  • I've the same problem, and for "me", issue is WPML plugin > In additionnal CSS > I modified :

    .wpml-ls-legacy-list-horizontal a {
       display: block;
       text-decoration: none;
       /*padding: 3px 10px;*/
       margin-right: 10px;
       line-height: 1;
    }

       /*padding: 3px 10px;*/ >>> makes appear two scrollbar...

    regards
Sign In or Register to comment.