Dear Developers,
please apply this modifications in your strategus.css
Thanks,
Dear User
Change .game from this (LN:13)
.game{
width:700px;
height:100%;
overflow:auto;
position:relative;
}
to this
.game{
width:100%;
height:100%;
overflow:auto;
position:absolute;
left:290px;
}
This fix makes the map window render in the desired size. I only tested it in chrome, hope works everywhere!
-Dear User