
Appears to be on line 25515, function showFormations, in MP-Head.js. Something that doesn't quite work the same way from the Internet Explorer days, or perhaps 645 pixels isn't enough for new formations that came around?
Managed to get it readable adding this after:
Code: Select all
formdiv.style.overflowY = 'auto'; // Added vertical scrolling for overflowing content
