Archive Of Our Own - Scrolling Tag List

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

As of 2022-10-13. See the latest version.

/* ==UserStyle==
@name        Archive Of Our Own - Scrolling Tag List
@description Shortens the list of tags on /works lists and allows scrolling to see the overflow.
@version     1.0
@namespace   https://greasyfork.org/users/3759
@license     CC-0
==/UserStyle== */

ul.tags.commas {
	max-height: 100px; /* Adjust as desired to make the list taller or shorter.*/
	overflow: scroll;
}