diff --git a/web/css/dynmap_style.css b/web/css/dynmap_style.css index ca4937c6..72075c91 100644 --- a/web/css/dynmap_style.css +++ b/web/css/dynmap_style.css @@ -27,18 +27,6 @@ * Map Setup */ -#mcmap { - /*width: 100%; - height: 100%*/ -} - -.dynmap { - width: 100%; - height: 100%; - overflow: hidden; - position: relative; -} - .dynmap > .map { width: 100%; height: 100%; diff --git a/web/css/standalone.css b/web/css/standalone.css index a7031590..4102c2d0 100644 --- a/web/css/standalone.css +++ b/web/css/standalone.css @@ -22,9 +22,13 @@ body { #content { color: #000; } -#mcmap { +#mcmap { width: 100%; height: 100%;} + +.dynmap { width: 100%; - height: 100%; + height: 100%; + overflow: hidden; + position: absolute; } .dynmap .sidebar {