Layout: Force size of overviewGroup
The overviewGroup's size is currently determined by the coverPane actor. That actor is only shown during transitions, so we rely on ClutterFixedLayout including hidden children in its size request.
That odd behavior is about to change, so we need to make sure the overview still requests the correct size.
Fixes fallout from mutter!2488 (merged) before it happens