commit 32b1b4c900fd9a5d94c5b5ff88843bbe919619e0
parent 0a421fb08a170e20044816326fe63258defed2c0
Author: myadzel <myadzel@gmail.com>
Date: Thu, 11 Dec 2025 10:40:29 +0300
fix custom layers window positioning (issue #1380)
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/lib/leaflet.control.layers.configure/style.css b/src/lib/leaflet.control.layers.configure/style.css
@@ -101,9 +101,7 @@
.custom-layers-window {
position: relative;
- left: -50%;
min-width: 290px;
- /*margin-left: -150px;*/
margin-top: 15px;
background-color: white;
border-radius: 5px 5px 5px 5px;