Replies: 2 comments 6 replies
-
This is something I've seen in the past. Let me transfer this discussion into a bug / issue so we can investigate! |
Beta Was this translation helpful? Give feedback.
-
I think you should use workarounds with https://stackblitz.com/edit/mgt-react-login-43xgzm?file=src%2FApp.js You'll notice |
Beta Was this translation helpful? Give feedback.
-
I have a cell renderer that shows a person component fine.
<Person fallbackDetails={{ mail: params.data.RequestFor.Email, displayName: params.value }} personQuery={params.data.RequestFor.Email} //style={{zIndex: 13000}} showPresence={true} view={PersonViewType.oneline} personCardInteraction={PersonCardInteraction.hover} />
but the "PersonCard" was hidden under the grid.
I add in CSS:
.user-avatar { z-index: 13000 !important; }
but that did only part of the unhiding.It still shows like :
Any idea how to make it show above the rows?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions