Mac client rubber band scrolling issue
The issue
On a mac laptop when using the trackpad, the entire contents of the client window can be scrolled with the rubber band effect.
See attached image, the window contents are moved up from scrolling.
The fix
Add overflow: hidden;
to body
in the css. See second image.