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
First, awesome extension 🥇
I tested it by immediately browsing this same repo and the hint gets clipped by the code view.
You can reproduce by going to octohint/scripts/get-node-libs.js and hovering over fs.readFileSync
octohint/scripts/get-node-libs.js
fs.readFileSync
The text was updated successfully, but these errors were encountered:
Fixable via position: absolute; on $background div. At least in chrome this works.
Sorry, something went wrong.
@ideadapt Thanks. Actually it is absolute at first. We change it to relative to fix #10.
absolute
relative
I think it is better to calculate the height, then decide to show it up or down, to make sure it is not clipped.
No branches or pull requests
First, awesome extension 🥇
I tested it by immediately browsing this same repo and the hint gets clipped by the code view.
You can reproduce by going to
octohint/scripts/get-node-libs.js
and hovering overfs.readFileSync
The text was updated successfully, but these errors were encountered: