Skip to content

Commit

Permalink
fix: remove pointer events from hidden content.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 28, 2022
1 parent b2a1628 commit 0e96a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/UserFeedback/styles.module.css
Expand Up @@ -225,6 +225,7 @@ button.close-button {
.open-feedback-button[disabled] {
opacity: 0;
transition: var(--fade-out-transition);
pointer-events: none;
}

.form-section-container {
Expand Down

0 comments on commit 0e96a39

Please sign in to comment.