From 655b6849b7a2b451c32c8b5a44e6d7b88f19122f Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 20 Jan 2021 22:26:19 +0100 Subject: [PATCH] prevent labels from being selected --- htdocs/css/map.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/map.css b/htdocs/css/map.css index e78f198..796f442 100644 --- a/htdocs/css/map.css +++ b/htdocs/css/map.css @@ -31,6 +31,7 @@ ul { background-color: #fff; padding: 10px; margin: 10px; + user-select: none; } /* show it as soon as google maps has moved it to its container */