Add will-change CSS property to ol-overlay-container elements
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
margin: 1px;
|
margin: 1px;
|
||||||
will-change: contents, width;
|
will-change: contents, width;
|
||||||
}
|
}
|
||||||
|
.ol-overlay-container {
|
||||||
|
will-change: left,right,top,bottom;
|
||||||
|
}
|
||||||
|
|
||||||
.ol-unsupported {
|
.ol-unsupported {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user