summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.html b/play.html
index 4e99500..f6b5b3f 100644
--- a/play.html
+++ b/play.html
@@ -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;