Added ID's and update times for more accurate map merging during updates.

This commit is contained in:
2019-09-08 11:36:48 -04:00
parent 088777d742
commit eceb85569e
16 changed files with 152 additions and 136 deletions

View File

@ -2,7 +2,7 @@
position: absolute;
top: 15%;
left: 50%;
z-index: 500;
z-index: 5000;
transform: translateX(-50%);
}
@ -11,7 +11,7 @@
bottom: 15%;
left: 50%;
width: 200px;
z-index: 500;
z-index: 5000;
transform: translateX(-50%);
}
@ -19,5 +19,5 @@
position: absolute;
bottom: 2%;
right: 2%;
z-index: 500;
z-index: 5000;
}