cRPG
cRPG => Suggestions Corner => Topic started by: MrIlluminati on July 14, 2011, 02:32:42 am
-
If you guys could change,
.game {
height: 100%;
overflow: auto;
position: relative;
width: 700px;
}
to
.game {
height: 100%;
overflow: auto;
position: relative;
width: 100%;
}
Would be great :D