Skip to content

Commit d94145a

Browse files
authored
Allow svg element for vector tiles to overflow via css overflow: visible (#932)
Closes #929
1 parent 5559887 commit d94145a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mapml.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,3 +963,7 @@ label.mapml-layer-item-toggle {
963963
padding: 0;
964964
list-style-type:none;
965965
}
966+
967+
.mapml-tile-group > svg {
968+
overflow: visible;
969+
}

0 commit comments

Comments
 (0)