diff --git a/src/mapml.css b/src/mapml.css index 3509685f1..511bbb103 100644 --- a/src/mapml.css +++ b/src/mapml.css @@ -963,3 +963,7 @@ label.mapml-layer-item-toggle { padding: 0; list-style-type:none; } + +.mapml-tile-group > svg { + overflow: visible; +}