diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -93,13 +93,14 @@ /* MAP */ .mapwrap { + position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,0.8); width: 2476px; height: 801px; } #map { - position: relative; + position: absolute; display: block; width: 2476px; height: 801px; |