Remove will-change CSS rule for Overlay container
Fixes #9467 Fixes #9139 Chrome doesn't force a composition if the `will-change` CSS rule is different from `transform` or `opacity`. See https://bugs.chromium.org/p/chromium/issues/detail?id=960953
This commit is contained in:
@@ -63,10 +63,6 @@
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.ol-overlay-container {
|
||||
will-change: left,right,top,bottom;
|
||||
}
|
||||
|
||||
.ol-unsupported {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user