Allow click through of loading animation

This commit is contained in:
Kurt Hutten
2021-09-05 18:05:51 +10:00
parent 867bc0ca29
commit e4c95cb396
3 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ const SmallLoadingPing = (
)
export const BigLoadingPing = (
<div className="inset-0 absolute flex items-center justify-center bg-ch-gray-800">
<div className="inset-0 absolute flex items-center justify-center bg-ch-gray-800 pointer-events-none">
<div className="h-16 w-16 bg-pink-600 rounded-full animate-ping"></div>
</div>
)