Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip display bug #865

Open
abandon888 opened this issue Aug 14, 2024 · 0 comments
Open

Tooltip display bug #865

abandon888 opened this issue Aug 14, 2024 · 0 comments

Comments

@abandon888
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant