From e8a23f701a121bb3ca869e61a14815d173d2bdca Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Jul 2018 22:04:20 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=8F=84=20=ED=91=9C=EA=B8=B0?= =?UTF-8?q?=EC=97=90=EC=84=9C=20box=20=ED=91=9C=EA=B8=B0=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=EB=A1=9C=20=EC=9D=BC=EB=B6=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/css/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/css/map.css b/hwe/css/map.css index 89ea6b30..fb40ae50 100644 --- a/hwe/css/map.css +++ b/hwe/css/map.css @@ -63,8 +63,8 @@ .world_map.map_detail .city_filler{ position:absolute; - width:100%; - height:100%; + width:calc(100% + 2px); + height:calc(100% + 2px); left:-1px; top:-1px; background:transparent;