microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
939 stars 298 forks source link

mgt person with template as personCard in the fluent ui detailslist column is not render properly #1610

Closed UMAMAHESHWARIG closed 1 year ago

UMAMAHESHWARIG commented 2 years ago

I have a column with mgt-person component, on hover i am able to view the person card in the fluent ui detailslist the problem is the person card is visible only half.

image when i inspect in browser and added css as below the personcard pops out with deatils margin-Bottom:100% for the class person-details-container

the poped out image

but when i add the css in the css file it is not appied

mgt-person { 
--person-card-background-color: 
pink; --person-card-margin-bottom:100%; 
}

color gets appied but not margin value is it possible to pop that personcard out ?

ghost commented 2 years ago

Hello UMAMAHESHWARIG, 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 🙌

sebastienlevert commented 2 years ago

Thanks @UMAMAHESHWARIG! This seems to be related to other issues (#971, #1259) that were reported. Do you have a project that included this repro? We'd love to have a look and offer a fix if possible! Thanks!

sebastienlevert commented 1 year ago

Dup of #971