Commit 71afaeb
committed
🐛 Fixed contributor posts list not being scrollable
fixes https://linear.app/ghost/issue/ONC-1512/
The contributor layout used `h-full overflow-auto` on the main element
with children that also had `h-full`, constraining content to exactly
the viewport height. Changed to use a flex column pattern matching the
non-contributor SidebarInset layout so content can grow beyond the
scroll container.1 parent 1e76657 commit 71afaeb
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments