지도 표기에서 box 표기 문제로 일부 수정

This commit is contained in:
2018-07-11 22:04:20 +09:00
parent cb6fb590c4
commit 3074bc00d7
+2 -2
View File
@@ -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;