Convert map surface and supersurface from ids to classes

This commit is contained in:
Quincy Morgan
2020-03-21 13:41:06 -07:00
parent 4872b06a28
commit 5fd25601fe
5 changed files with 17 additions and 18 deletions

View File

@@ -3918,7 +3918,7 @@ img.tile-debug {
user-select: none;
}
#supersurface {
.supersurface {
transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
@@ -3926,7 +3926,7 @@ img.tile-debug {
-o-transform-origin: 0 0;
}
#supersurface, .layer {
.supersurface, .layer {
position: absolute;
top: 0;
left: 0;