Merge pull request #8920 from fredj/rm_relative

Remove unneeded 'relative' positioning
This commit is contained in:
Frédéric Junod
2018-11-13 11:46:39 +01:00
committed by GitHub

View File

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