Skip to content

Commit

Permalink
Fix unclickable links with Simone's extension
Browse files Browse the repository at this point in the history
The "Dyslexia Friendly" Chrome extension creates a ruler on the page
which overlaps the text on some pages like ours so that links cannot be clicked on.
This makes the ruler a bit smaller so links work again.

Reported and can be removed again after this has been fixed:
javoire/dyslexia-friendly#18
  • Loading branch information
selfthinker committed Feb 1, 2019
1 parent cab3229 commit 3c5759d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,12 @@ img.profile {
height: 256px;
}
}

/* the "Dyslexia Friendly" Chrome extension creates a ruler on the page
which overlaps the text on some pages like ours so that links cannot be clicked on;
this makes the ruler a bit smaller so links work again;
reported and can be removed again after this has been fixed:
https://github.com/javoire/dyslexia-friendly/issues/18 */
#ruler {
max-height: 20px !important;
}

0 comments on commit 3c5759d

Please sign in to comment.