[OverlaySheet] Fix click to close
In 21de2a29. the main item was changed from a MouseArea to a FocusScope.
Moving the MouseArea to be a child doesn't work breaks the fact that it filters the drag children.
This patch wraps the MouseArea round all the main contents again.