-
Notifications
You must be signed in to change notification settings - Fork 46
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
**Fix:** Add size restriction to Hint #992
Conversation
No CI anymore over there? 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks amazing!
<div> | ||
<span>I shouldn't either</span> | ||
<Hint right tooltipPosition="smart"> | ||
<img alt="HUGE IMAGE" src="https://placehold.it/1920x1080" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💥
@@ -117,7 +110,7 @@ export const Container = styled("div")<{ | |||
top: 0, | |||
left: -32, | |||
display: "block", | |||
width: -32, | |||
width: 32, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Best catch ever ^^
This PR fixes #989 and makes
Hint
a little more accessible.