-
Notifications
You must be signed in to change notification settings - Fork 5.5k
z-index fixes for dropdowns in connect-react #19326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
4baf25e
3e639fa
946f0f7
624684b
1484198
de6eed5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -172,6 +172,9 @@ | |
| }} | ||
| onMenuScrollToBottom={handleMenuScrollToBottom} | ||
| isLoading={isLoading} | ||
| menuPortalTarget={typeof document !== "undefined" ? document.body : null} | ||
|
Check failure on line 175 in packages/connect-react/src/components/SelectApp.tsx
|
||
| menuPosition="fixed" | ||
| styles={{ menuPortal: (base) => ({ ...base, zIndex: 99999 }) }} | ||
|
Check failure on line 177 in packages/connect-react/src/components/SelectApp.tsx
|
||
|
||
| /> | ||
| ); | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.