Remove unneeded 'relative' positioning
This commit is contained in:
@@ -37,7 +37,6 @@ class CompositeMapRenderer extends MapRenderer {
|
|||||||
style.width = '100%';
|
style.width = '100%';
|
||||||
style.height = '100%';
|
style.height = '100%';
|
||||||
|
|
||||||
this.element_.style.position = 'relative';
|
|
||||||
this.element_.className = CLASS_UNSELECTABLE;
|
this.element_.className = CLASS_UNSELECTABLE;
|
||||||
|
|
||||||
const container = map.getViewport();
|
const container = map.getViewport();
|
||||||
|
|||||||
Reference in New Issue
Block a user