Instead of blocking all interaction, only block interaction in places
that matter
This commit is contained in:
parent
f0a66448ee
commit
e351665bb3
11 changed files with 45 additions and 2 deletions
|
|
@ -107,6 +107,10 @@
|
|||
color: $fallback--text;
|
||||
color: var(--text, $fallback--text);
|
||||
}
|
||||
|
||||
._misclick-prevention & {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue