Commit 0748123
committed
fix: enable scroll in DirectoryPicker card area
Add min-h-0 to ScrollArea -- flex children default to min-height:auto
which prevents them from shrinking below content size. Without min-h-0,
the card grid grows to fit all content and never triggers overflow scroll.
Classic flexbox scroll fix.1 parent 3b695b5 commit 0748123
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments