Fix overlay z-index issue in popup example
This commit is contained in:
committed by
Éric Lemoine
parent
71097d9cfc
commit
86cfdf4da7
@@ -32,7 +32,8 @@ closer.onclick = function() {
|
||||
*/
|
||||
var overlay = new ol.Overlay({
|
||||
element: container,
|
||||
stopEvent: true
|
||||
stopEvent: true,
|
||||
insertFirst: true
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user