Set composite root div position relative
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user