Replies: 3 comments
-
exactly the same problem I had, I'm using fluentui v9 on my nextjs project. i'm trying in stackblitz.com is worked |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried inspect element, something happened to the expanded property but the popup didn't appear. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well I think I know how now... <FluentProvider theme={webLightTheme} applyStylesToPortals={false}></FluentProvider> I'm not sure about the side effects, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I put these in my App.tsx file, however, after triggering the menu, there's a white overlay that covers everything else (including the trigger) up. I tried making it into another tsx file and import it, but the overlaying still occures.
Last time I tried the storybook's dialog example on my file, it also generats a white overlay.
How to fix this?
Beta Was this translation helpful? Give feedback.
All reactions