Set composite root div position relative

This commit is contained in:
Florent gravin
2018-11-12 18:03:33 +01:00
parent 04077675e1
commit 4c787c7f57

View File

@@ -37,6 +37,7 @@ class CompositeMapRenderer extends MapRenderer {
style.width = '100%';
style.height = '100%';
this.element_.style.position = 'relative';
this.element_.className = CLASS_UNSELECTABLE;
const container = map.getViewport();