On game pages, at 960px viewport width the "user_tools" element can (and often does) overflow in a way that overlaps the game viewport when out of fullscreen. This is especially frequent with the "jam_entry" element.
Some possible solutions include setting an explicit maximum width to the column thereby breaking overlong inline list elements, width-limiting list entries to hide overflow, etc.