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

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