[WIP] GPX Layer is added to the mini-map.

This commit is contained in:
Denys Digtiar
2015-06-13 15:27:24 +10:00
parent 304ac66c5f
commit ba4312ed80
2 changed files with 20 additions and 9 deletions
+5 -2
View File
@@ -2136,8 +2136,11 @@ img.wiki-image {
user-select: none;
}
.map-in-map-svg {
position: relative;
.map-in-map-svg,
.map-in-map-gpx {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
height: 100%;
width: 100%;