Add dragging cursor on Globe
This commit is contained in:
@@ -33,25 +33,28 @@
|
||||
// }
|
||||
// END DEBUG //
|
||||
|
||||
|
||||
/*
|
||||
** Cropped globe
|
||||
** States and Variants
|
||||
*/
|
||||
// When dragging
|
||||
&.is-grabbing {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
// Cropped globe
|
||||
&--cropped {
|
||||
overflow: hidden;
|
||||
height: clamp(300px, 30vw, 500px);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
** Markers
|
||||
*/
|
||||
&__markers {
|
||||
z-index: 210;
|
||||
|
||||
// When dragging
|
||||
&.is-grabbing {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
// Marker
|
||||
.marker {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user