diff --git a/web/dynmap_style.css b/web/dynmap_style.css index b25a4e4c..a91166c5 100644 --- a/web/dynmap_style.css +++ b/web/dynmap_style.css @@ -28,8 +28,8 @@ */ #mcmap { - width: 100%; - height: 100% + /*width: 100%; + height: 100%*/ } .dynmap { diff --git a/web/standalone.css b/web/standalone.css index 9343aa08..a7031590 100644 --- a/web/standalone.css +++ b/web/standalone.css @@ -23,7 +23,8 @@ body { #content { color: #000; } #mcmap { - height: 100%; + width: 100%; + height: 100%; } .dynmap .sidebar {