geist-ui icon indicating copy to clipboard operation
geist-ui copied to clipboard

Tooltip display bug

Open abandon888 opened this issue 6 months ago β€’ 0 comments

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: image The Tooltip is hidden by Modal.

<Modal>
...
      <Tooltip
        text={'ηΌ“ε­˜ζ˜―θΎΎεˆ°ι«˜ζ€§θƒ½ηš„ι‡θ¦η»„ζˆιƒ¨εˆ†'}
        type="dark"
        style={{
          zIndex: 1000,
          position: 'absolute',
          top: 25,
          right: 25,
        }}
      >
        <HelpCircle />
      </Tooltip>
</Modal>

abandon888 avatar Aug 14 '24 11:08 abandon888