-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Description
Bug report 🐞
When display inner Modal,the Tooltip don't have a good display effect
Version & Environment
- Version of browser: Microsoft Edge,v=127
- Version of
geist-ui/core
:^2.3.0
Expected Behaviour
The behavior I expect is normal display
Actual results (or Errors)
I got an display error:
The Tooltip is hidden by Modal.
<Modal>
...
<Tooltip
text={'缓存是达到高性能的重要组成部分'}
type="dark"
style={{
zIndex: 1000,
position: 'absolute',
top: 25,
right: 25,
}}
>
<HelpCircle />
</Tooltip>
</Modal>
Metadata
Metadata
Assignees
Labels
No labels