mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-22 01:16:07 +02: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] {
|
.open-feedback-button[disabled] {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: var(--fade-out-transition);
|
transition: var(--fade-out-transition);
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-section-container {
|
.form-section-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user