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:
Frederic Junod
2019-06-21 14:20:25 +02:00
parent 2342626a57
commit a6ebad008f

View File

@@ -63,10 +63,6 @@
border: 1px solid black;
}
.ol-overlay-container {
will-change: left,right,top,bottom;
}
.ol-unsupported {
display: none;
}