From 3680d8ae8ada25eafa85c39c2901ab54d8ed83a4 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Fri, 11 Jan 2013 13:59:02 -0500 Subject: [PATCH] Adding pointer-events to textpath. Fixes #359 --- css/map.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index 19359ae4a..4c6506a65 100644 --- a/css/map.css +++ b/css/map.css @@ -267,10 +267,11 @@ path.stroke.tag-waterway { text { font-size:10px; + pointer-events: none; } .oneway .textpath { - pointer-events: none; + pointer-events: none; } text.tag-oneway {