1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Make tags scrollable
Some checks failed
Publish Docker image / ci (push) Has been cancelled
Publish Docker image / Build docker image (push) Has been cancelled

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 {