mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-12-03 13:21:33 +00:00
Make links ignore pointer events
This commit is contained in:
parent
5017d580c1
commit
aae0623925
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ const linkProps = computed(() => kebabifyObject(_props.link as unknown as Record
|
|||
<style scoped>
|
||||
.link {
|
||||
transition-duration: 0s;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.link.pulsing {
|
||||
|
|
Loading…
Reference in a new issue