From a1aebebeb230c37358c3587fa611126dc6a36876 Mon Sep 17 00:00:00 2001 From: nboisteault Date: Thu, 15 Feb 2024 14:19:31 +0100 Subject: [PATCH] Fix: print custom label panel not visible --- lizmap/www/assets/css/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lizmap/www/assets/css/map.css b/lizmap/www/assets/css/map.css index 90ae4015cd..f31e7cf4eb 100644 --- a/lizmap/www/assets/css/map.css +++ b/lizmap/www/assets/css/map.css @@ -3020,7 +3020,7 @@ lizmap-feature-toolbar button:hover > [class^="icon-"], .feature-atlas .custom-labels { position: absolute; - right: 0px; + left: 0px; background: white; padding: 5px; border: black solid 1px;