Commit 7999040
committed
fix: use explicit max-height for list scroll instead of flex-1
flex-1 + min-h-0 + overflow-y-auto was not constraining the list.
Replaced with explicit maxHeight: min(400px, 50vh). Simple, works.1 parent 9492a93 commit 7999040
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments