From c24ca7966a06b85aba470aab6da68b5b3054e325 Mon Sep 17 00:00:00 2001 From: bartvde Date: Wed, 22 Mar 2017 16:23:13 +0100 Subject: [PATCH] Change css selector for user-select none --- css/ol.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ol.css b/css/ol.css index 538a602616..94f7e470c0 100644 --- a/css/ol.css +++ b/css/ol.css @@ -34,7 +34,7 @@ .ol-unsupported { display: none; } -.ol-viewport .ol-unselectable { +.ol-viewport, .ol-unselectable { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;