We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When display inner Modal,the Tooltip don't have a good display effect
geist-ui/core
The behavior I expect is normal display
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report 🐞
When display inner Modal,the Tooltip don't have a good display effect
Version & Environment
geist-ui/core
:^2.3.0Expected Behaviour
The behavior I expect is normal display
Actual results (or Errors)
I got an display error:
The Tooltip is hidden by Modal.
The text was updated successfully, but these errors were encountered: