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