Text the same hight as the github ribbon can't be marked since the github ribbons div overlaps it
phseiff opened this issue · comments
phseiff commented
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
Might be fixable by doing what this pull request over at the ribbon generator suggests.
phseiff commented
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.