Skip to content

Commit 7cb5b44

Browse files
committed
Increase z-index of geocoder-control element to put places list over other controls
1 parent d0afc75 commit 7cb5b44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/esri-leaflet-geocoder.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
transition: width .175s ease-in;
3636
}
3737

38+
.geocoder-control.leaflet-control {
39+
z-index: 801;
40+
}
41+
3842
.geocoder-control-expanded,
3943
.leaflet-touch .geocoder-control-expanded {
4044
width: 275px;

0 commit comments

Comments
 (0)