Hello
is it possible to hide scrollbar, like it works on mobile devices?
I made sample here: 
http://code.reloado.com/oeasyrik1/194/editWhat I need is to hide scrollbar (it looks ugly) and to eventually display it when user hover with the mouse.
I try to use this module: 
https://nicescroll.areaaperta.com/demo/ but it does not work in my code because I change DIV content dynamically using 
    $('#my_div').html(data);
    $.parser.parse('#my_div');
Thank you.