Skip to content

Commit

Permalink
fix(src/modal/modal-styles.ts): remove pointer-events: none that caus…
Browse files Browse the repository at this point in the history
…es close button to not work

Signed-off-by: James Chien <james@numbersprotocol.io>
  • Loading branch information
shc261392 committed Jun 19, 2024
1 parent d3e2dc3 commit 6382c91
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/capture-eye.bundled.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/capture-eye.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modal/modal-styles.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/modal/modal-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function getModalStyles() {
opacity: 0;
transition: opacity 1s ease-in-out;
position: absolute;
pointer-events: none;
}
.modal-visible {
Expand Down

0 comments on commit 6382c91

Please sign in to comment.