Disable Globe markers interactivity if type is cropped
This commit is contained in:
@@ -155,6 +155,11 @@
|
||||
transform: scale(0) translateZ(0);
|
||||
}
|
||||
}
|
||||
|
||||
// State: Is disabled
|
||||
&:global(.is-disabled a) {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user