I just done it this way ...
$('body').css('overflow', 'hidden');
But when the scroller dissapeared it moved everything right 20px, so i added
$('body').css('margin-right', '20px');
straight after it.
Works for me.
I just done it this way ...
$('body').css('overflow', 'hidden');
But when the scroller dissapeared it moved everything right 20px, so i added
$('body').css('margin-right', '20px');
straight after it.
Works for me.