mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: remove pointer events from hidden content.
This commit is contained in:
parent
b2a1628ff5
commit
0e96a39ecf
@ -225,6 +225,7 @@ button.close-button {
|
||||
.open-feedback-button[disabled] {
|
||||
opacity: 0;
|
||||
transition: var(--fade-out-transition);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.form-section-container {
|
||||
|
Loading…
Reference in New Issue
Block a user