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 keeps shaking when hover over and cannot be positioned to right #11335

Closed
1 task done
liutongchen opened this issue May 11, 2018 · 2 comments
Closed
1 task done
Labels
component: tooltip This is the name of the generic UI component, not the React module! duplicate This issue or pull request already exists

Comments

@liutongchen
Copy link

tooltip

  • I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior

Tooltip should be positioned to the right side of the drawer button instead of overlapping the button.

Steps to Reproduce (for bugs)

<Tooltip
  id={`tooltip-${category.key}`}
  title={category.title}
  placement="right-end"
>
  <div className={classes.drawerClosedBorder}>
    <Button
      id={category.key}
      className={classes.closedDrawerButton}
      component={Link}
      onClick={() => this.onClickSelectedItem(category.value)}
    >
      <img src={Icon} alt={category.alt} className={classes.drawerIcon} />
    </Button>
  </div>
</Tooltip>

Your Environment

Tech Version
Material-UI ^1.0.0-beta.45
React ^15.6.1
browser Chrome Version 66.0.3359.139
@oliviertassinari oliviertassinari added the duplicate This issue or pull request already exists label May 11, 2018
@oliviertassinari
Copy link
Member

I'm closing as a duplicate of #10735

@oliviertassinari oliviertassinari added the component: tooltip This is the name of the generic UI component, not the React module! label Aug 22, 2020
@meera1002
Copy link

Add pointer-events: none;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tooltip This is the name of the generic UI component, not the React module! duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants