-
Notifications
You must be signed in to change notification settings - Fork 10
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
IconButton tooltips overlapping #2
Comments
I implemented a fix for this in #4. All components that can use tooltips now expose a To fix the vertical toolbar issue, you should be able to do this: <IconButton tooltipProps={{ placement: 'right' }} /> And you can also modify the |
* docs: make the beta warning more clear * docs: restructure anatomy based on editorial feedback * chore: revisions from session #2 * docs: deep edits to multiple choice guidelines * docs: update multiple choice anatomy images * chore: revise multiple choice description * chore: remove redundant -pattern from filename * chore: update link * chore: autogen the pattern docs structure
Hey there! I have the current issue with
IconButton
components:As you can see the tooltips are overlapping with the other buttons on the side panel. On a smaller breakpoint this is not a problem since this sidebar goes to the top:
One suggestion would be to be able to tell the direction where the tooltip opens to, in this scenario opening to the right would be just fine.
The text was updated successfully, but these errors were encountered: