Second scroll bar appearing
-
After enabling this plugin, there is second scroll bar appears.
- Appears to be Chrome browser issue only
- Scroll bar not functional, just appears next to the functional scroll bar
I found, there was css ‘scroll’ property applied to html element.
html { overflow-y:scroll }Commenting this line, scroll bar is gone, this is good. but i want know, will this affect any other functionality?
The topic ‘Second scroll bar appearing’ is closed to new replies.