MATLAB: Part of 3D plot is clipped when zooming in

3d plotsclippedclippingMATLABzoom

In R2016a, I get strange behavior when trying to zoom on 3D plots:
figure; surf(peaks)
When I zoom in with the button from the figure toolbar, parts of the 3D plot are clipped:
What I would like to have is the old behavior from R2014a:
Related Question