set overflow:auto for hover content title
Created by: vanesa
Issue #1686 : When using the browser extension on GitHub, if the hover overlay has a long title that surpasses the box width, the entire content scrolls horizontally. However, the user would expect only the title to scroll.
Solution: Add overflow: auto
to the signature area (pre
).