-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.x] Fix inability to click dropdown content in React version (#153)
* Fix inability to click dropdown content in React version The click-away element was covering the content, even though the content had a higher z-index, because the Transition component wrapped the content in a `<div>` that started a new stacking context due to the transform and opacity classes on it. * Linting
- Loading branch information
1 parent
9b6bab5
commit 6f6a258
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters