mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Convert map surface and supersurface from ids to classes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user