mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Make tags scrollable
This commit is contained in:
parent
67d81f866f
commit
68c570eed8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue