Skip to content

Tooltip display bug #865

@abandon888

Description

@abandon888

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions