Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
turn off pointer events when hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley authored and tarhi-saad committed Oct 10, 2023
1 parent b6b67c4 commit 88c7c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/blocks/checkout/address-wrapper/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.wc-block-components-address-form-wrapper {
opacity: 0;
height: 0;
pointer-events: none;
}
.wc-block-components-address-card-wrapper {
opacity: 1;
Expand Down

0 comments on commit 88c7c6a

Please sign in to comment.