A script for custom scrollbars
scrolly(document.body.querySelector('.test'));
scrolly(document.body.querySelector('.test2'));http://bludotos.com/test/scrollbar/test.html
- fix Scrolly.js on body tag.
- fix firefox body tag bug and by id bug
- add horizontal scrolling.
- make sure works correctly in firefox.
- make css styling work correctly with id, classname, and neither.