diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -94,12 +94,13 @@ /* MAP WITH BLOCKS AND SPACES */ .mapwrap { + position: relative; width: 2475px; height: 1275px; } .map { - position: relative; + position: absolute; width: 2475px; height: 1275px; background-image: url("map.webp"); |