Change Globe markers class
This commit is contained in:
@@ -91,7 +91,7 @@ class WebglGlobe {
|
||||
// The markers DOM nodes wrapper
|
||||
// this wrapper is added just next to the canvas, at the end of body tag
|
||||
this.$markerWrapper = document.createElement('div')
|
||||
this.$markerWrapper.classList.add('globe__markers')
|
||||
this.$markerWrapper.classList.add('globe-markers')
|
||||
this.$markerWrapper.style.position = 'fixed'
|
||||
this.$markerWrapper.style.top = 0
|
||||
this.$markerWrapper.style.left = 0
|
||||
|
||||
Reference in New Issue
Block a user