Skip to content

Commit

Permalink
fix(Fade): fix Picker not working in Drawer without backdrop (#3759)
Browse files Browse the repository at this point in the history
* fix(Fade): fix Picker not working in Drawer without backdrop

* test: remove FadeStylesSpec.tsx
  • Loading branch information
simonguo committed Apr 26, 2024
1 parent a5c5f0c commit 930a321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Animation/styles/fade.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

&.rs-anim-in {
opacity: 1;
pointer-events: unset;
pointer-events: auto;
}
}

0 comments on commit 930a321

Please sign in to comment.