Make tags scrollable

This commit is contained in:
Zach Gollwitzer
2025-01-21 12:42:51 -05:00
parent 67d81f866f
commit 68c570eed8

View File

@@ -73,7 +73,7 @@
}
select[multiple="multiple"] {
@apply py-2 pr-2 space-y-0.5;
@apply py-2 pr-2 space-y-0.5 overflow-y-auto;
}
select[multiple="multiple"] option {