Change Globe markers class
This commit is contained in:
@@ -91,7 +91,7 @@ class WebglGlobe {
|
|||||||
// The markers DOM nodes wrapper
|
// The markers DOM nodes wrapper
|
||||||
// this wrapper is added just next to the canvas, at the end of body tag
|
// this wrapper is added just next to the canvas, at the end of body tag
|
||||||
this.$markerWrapper = document.createElement('div')
|
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.position = 'fixed'
|
||||||
this.$markerWrapper.style.top = 0
|
this.$markerWrapper.style.top = 0
|
||||||
this.$markerWrapper.style.left = 0
|
this.$markerWrapper.style.left = 0
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
/*
|
/*
|
||||||
** Markers
|
** Markers
|
||||||
*/
|
*/
|
||||||
:global(.globe__markers) {
|
:global(.globe-markers) {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
// Marker
|
// Marker
|
||||||
|
|||||||
Reference in New Issue
Block a user