From 1a80c0ef01dffad44369357e6f123015750ab2e6 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sat, 25 Oct 2014 14:49:05 +0200 Subject: [PATCH] Add will-change CSS property to ol-overlay-container elements --- css/ol.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/ol.css b/css/ol.css index a418147c09..0af4ace477 100644 --- a/css/ol.css +++ b/css/ol.css @@ -23,6 +23,10 @@ margin: 1px; will-change: contents, width; } +.ol-overlay-container { + will-change: left,right,top,bottom; +} + .ol-unsupported { display: none; }