Added ID's and update times for more accurate map merging during updates.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user