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

Fix scroll issue with tooltip #29

Merged
merged 2 commits into from Apr 9, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Fix tooltip scroll issue

  • Loading branch information
IAmThePan committed Apr 9, 2018
commit f1b71320efb35401d068b3f381bc245c41676191
@@ -15,7 +15,6 @@
position: absolute;
height: 479px;
width: 100%;
overflow-y: hidden;
&.expert { width: 235px; }
&.expert.condensed {
width: 66px;
ProTip! Use n and p to navigate between commits in a pull request.