geist-ui
geist-ui copied to clipboard
Tooltip display bug
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>