Instead of blocking all interaction, only block interaction in places

that matter
This commit is contained in:
Henry Jameson 2020-11-02 23:43:32 +02:00
commit e351665bb3
11 changed files with 45 additions and 2 deletions

View file

@ -34,6 +34,10 @@
color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue);
}
._misclick-prevention & {
pointer-events: none !important;
}
}
}
</style>