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
parent f0a66448ee
commit e351665bb3
11 changed files with 45 additions and 2 deletions

View file

@ -113,7 +113,7 @@
}
&.-blocked {
pointer-events: none;
cursor: progress;
}
}