diff --git a/_server/css/editor.css b/_server/css/editor.css index 02b25b10..1ffb46b9 100644 --- a/_server/css/editor.css +++ b/_server/css/editor.css @@ -184,6 +184,9 @@ body{ top: 5px; overflow: auto; } +.egameCanvas { + position: absolute; +} .gameCanvas { position: absolute; } diff --git a/drawMapGUI.html b/drawMapGUI.html index e6051f11..5c983602 100644 --- a/drawMapGUI.html +++ b/drawMapGUI.html @@ -32,7 +32,7 @@
- +
@@ -70,7 +70,7 @@