Is there an easy way in GWT/JavaScript to deactivate a scrollbar? It should still be visible but grayed out. It should only rely on GWT, pure JavaScript and/or CSS. The only things I found was how to hide the scrollbar but that's not what I need.
So far I found a feasible solution which sets the scrollbar height to 0 while I want it to be deactivate and set the height back to the normal value once I resume navigation.