phseiff / phseiff.github.io

The source code repo for my personal website
https://phseiff.com
Other
10 stars 2 forks source link

Text the same hight as the github ribbon can't be marked since the github ribbons div overlaps it #4

Closed phseiff closed 4 years ago

phseiff commented 4 years ago

Text the same height as the GitHub ribbon, including the title, can't be marked since it is hidden beneath the GitHub ribbons div. I need to either make the div smaller or adjust the z-depths.

phseiff commented 4 years ago

Might be fixable by doing what this pull request over at the ribbon generator suggests.

phseiff commented 4 years ago

Applying the CSS from this pull request actually added new issues, but changing width from 100% to 300px when not hovering over the banner (obviously) fixed it.