Merge pull request #9701 from fredj/overlay_will-change

Remove will-change CSS rule for Overlay container
This commit is contained in:
Frédéric Junod
2019-06-21 16:36:27 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

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