Add will-change CSS property to ol-overlay-container elements

This commit is contained in:
Frederic Junod
2014-10-25 14:49:05 +02:00
parent dcba9f2ff4
commit 1a80c0ef01

View File

@@ -23,6 +23,10 @@
margin: 1px;
will-change: contents, width;
}
.ol-overlay-container {
will-change: left,right,top,bottom;
}
.ol-unsupported {
display: none;
}