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

material UI IconButton tooltip is not shown correctly #14150

Closed
holzfelix opened this issue Jan 11, 2019 · 1 comment
Closed

material UI IconButton tooltip is not shown correctly #14150

holzfelix opened this issue Jan 11, 2019 · 1 comment
Labels
status: waiting for author Issue with insufficient information

Comments

@holzfelix
Copy link

holzfelix commented Jan 11, 2019

In my reactJS applickation I use Material UI and react-bootstrap-table.

In a cell I use the Material UI IconButton like this:

 <IconButton tooltip={t('tooltips:editRegulation')} tooltipPosition={'left'}
     onClick={() => this.props.history.push("/pms-records/edit/" + row.pmsFindingId)}>{cell}}>
     <FontIcon className="fa fa-pencil" aria-hidden="true"/>
 </IconButton>

Solution is this:

The Tooltip is cutted by the Table cell Borders. I tried to change the z-index and read this: #5912

But no solution.
Any hints for me?
Thanks in advance

@oliviertassinari oliviertassinari added the status: waiting for author Issue with insufficient information label Jan 11, 2019
@oliviertassinari
Copy link
Member

@holzfelix Please provide a full reproduction test case. This would help a lot 👷 .
A live example would be perfect. This codesandbox.io template may be a good starting point. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for author Issue with insufficient information
Projects
None yet
Development

No branches or pull requests

2 participants