cRPG
Strategus => Strategus Issues => Topic started by: Garrus on August 13, 2011, 01:22:51 am
-
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
-
I would like the map to fill up the width of the browser instead of being about half the height. But something tells me even with the code layed out for them, we may not see this implemented
-
Try this (http://forum.c-rpg.net/index.php/topic,11210.0.html)