Skip to content

Commit 18758de

Browse files
committed
updated map css
1 parent 5fb431b commit 18758de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/assets/styles/map/map.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
height: auto;
1414
max-width: 100%;
1515
}
16+
1617
.tooltip {
1718
position: absolute;
1819
background-color: rgba(0, 0, 0, 0.8);
@@ -23,6 +24,7 @@
2324
pointer-events: none;
2425
z-index: 500;
2526
display: none;
27+
transform: translate(-300%, -200%);
2628
}
2729

2830
& path {
@@ -37,4 +39,4 @@
3739
fill: #ffa500;
3840
transform: scale(1);
3941
}
40-
}
42+
}

0 commit comments

Comments
 (0)