|
Hi, so I have a kind of specific issue - popovers like calendars, multi select lists, also tooltips, render in wrong spots when app is hosted inside Microsoft Teams iframe. I couldn't reproduce that with regular iframe. To get a correct position, it's necessary to trigger a reflow by eg scrolling or zooming in/out. I guess MS Teams calculcates stuff wrong, which floating-ui doesn't like. How it works?
I have a "fix": [data-portal-content][style*="position: fixed"] {
position: absolute !important;
}
body {
position: relative;
}but this does not work for tooltips What I also noticed?
Prime suspect?
This is probably not an issue with library, but I'm looking for a working solution that will allow me to position the popovers and tooltips correctly. |
Answered by
Nikkoro
Jun 24, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is caused by issue mentioned in #374