Remove unneeded 'relative' positioning

This commit is contained in:
Frederic Junod
2018-11-13 11:36:09 +01:00
parent 2caa74a4e9
commit 09d87bf33d

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();