Closed aakashbhardwaj619 closed 1 year ago
Hello aakashbhardwaj619, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
@aakashbhardwaj619
I'm investigating now, seems like some of the css animations applied are messing with the relative z-index of the flyout.
@aakashbhardwaj619
After some investigation and consulting with the team, unfortunately this isn't something we can support at this time.
It seems that the system used by the DetailsList to render the respective cells relies on 3d transformations which don't respect the standard stacking context. We'd have to make large breaking changes to our flyouts to make this compatible, which would make sense for a later major release. We'll re-evaluate this for the next time.
@vogtn perhaps the ability to select an arbitrary div to render in could offer a workaround?
@aakashbhardwaj619 fyi, if you're comfortable removing the row animation for the table you can fix this issue with a small css override:
[selector here for targeting the correct details list] .ms-DetailsRow {
animation-name: none;
}
I'm going to close this issue as it's rather old and stale now.
If you're still having issues then please do raise a new issue
The MGT
Person
component doesn't display the person card correctly on hover inside a Fluent UIDetailsList
. When the person card is rendered on hover in an SPFx web part, some part of the person card is hidden behind theDetailsList
column.To Reproduce Steps to reproduce the behavior:
DetailsList
to a React component in an SPFx web partPerson
component, with person card on hover enabled, in any of the columns of the listExpected behavior The person card should render over the
DetailsList
Screenshots
Environment (please complete the following information):
Code Snippets Render Item Column
DetailsList
rendering