KyroChi / Profile-Fluency-for-GitHub

:bust_in_silhouette: A Google Chrome extension to display languages that a GitHub user knows
https://goo.gl/lryKuS
MIT License
28 stars 3 forks source link

Overflow on users with many languages #21

Open KyroChi opened 8 years ago

KyroChi commented 8 years ago

Need to limit display so that if there is a large number of known languages they do not overflow out the right side of the graph.

hxrts commented 7 years ago

needs this addition


.stats-switcher-viewport {
  overflow: scroll;
}```