Change Globe markers class

This commit is contained in:
2022-07-08 11:16:56 +02:00
parent 6f10c63eae
commit 895b30e527
2 changed files with 2 additions and 2 deletions

View File

@@ -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