I used the malihu jquery custom scrollbar plugin ( link ) and I'm doing very well in all the elements of the page, except in the browser's global window. I thought that it could work using the selector $ (window), but it does not work, nor with $ (document) or $ ('body').
Does anyone know how to use it to customize the global browser bar?
Thank you.