Commit dc97f47
committed
fix(webapp): let the webhook deliveries table scroll
The deliveries list passed stickyHeader, which switches the table container to
overflow-visible and so stops it being the scroll container. Every other list in
the app (runs, sessions, batches) leaves it off and renders the table directly in
the layout's content row. The header stays sticky regardless, because TableHeader
always sets sticky top-0.1 parent ca9d4a3 commit dc97f47
1 file changed
Lines changed: 5 additions & 8 deletions
File tree
- apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.webhooks._index
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
177 | 174 | | |
178 | 175 | | |
179 | 176 | | |
| |||
0 commit comments