From 4659f4ddcdb69330dcdea8bd376e8bfe9b31c752 Mon Sep 17 00:00:00 2001 From: YouWei Zhao Date: Tue, 2 Jan 2018 13:35:27 +0800 Subject: [PATCH] editor.changeFloor --- _server/css/editor.css | 3 +++ drawMapGUI.html | 28 ++++++++++++++++++++++++---- 2 files changed, 27 insertions(+), 4 deletions(-) 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 @@