지도 표기에서 box 표기 문제로 일부 수정
This commit is contained in:
+2
-2
@@ -63,8 +63,8 @@
|
|||||||
|
|
||||||
.world_map.map_detail .city_filler{
|
.world_map.map_detail .city_filler{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:100%;
|
width:calc(100% + 2px);
|
||||||
height:100%;
|
height:calc(100% + 2px);
|
||||||
left:-1px;
|
left:-1px;
|
||||||
top:-1px;
|
top:-1px;
|
||||||
background:transparent;
|
background:transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user