diff options
-rw-r--r-- | play.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,13 +58,14 @@ /* MAP */ .mapwrap { + position: relative; box-shadow: 0px 1px 10px rgba(0,0,0,0.5); width: 1688px; height: 1950px; } .map { - position: relative; + position: absolute; width: 1688px; height: 1950px; } |