Skip to content

Commit

Permalink
fix(LoadingOverlay): add missing clickthrough when not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChristophe committed Sep 18, 2023
1 parent 6afb1b5 commit 2392655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/loadingOverlay.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.loading.loaded {
opacity: 0;
pointer-events: none;
}

/**
Expand Down

0 comments on commit 2392655

Please sign in to comment.