Archive Of Our Own - Scrolling Tag List

Shortens the list of tags on /works lists and allows scrolling to see the overflow.

  1. /* ==UserStyle==
  2. @name Archive Of Our Own - Scrolling Tag List
  3. @description Shortens the list of tags on /works lists and allows scrolling to see the overflow.
  4. @version 1.001
  5. @namespace https://greatest.deepsurf.us/users/3759
  6. @license CC-0
  7. ==/UserStyle== */
  8.  
  9. ul.tags.commas {
  10. max-height: 100px; /* Adjust as desired to make the list taller or shorter.*/
  11. overflow: scroll;
  12. }
  13.  
  14. h5.fandoms.heading {
  15. max-height: 5em; /* Adjust as desired to make the list taller or shorter.*/
  16. overflow: scroll;
  17. }