Disable Globe markers interactivity if type is cropped

This commit is contained in:
2022-09-25 13:17:39 +02:00
parent 0d0b9ae018
commit d223811009
4 changed files with 30 additions and 4 deletions

View File

@@ -155,6 +155,11 @@
transform: scale(0) translateZ(0);
}
}
// State: Is disabled
&:global(.is-disabled a) {
pointer-events: none;
}
}