1
0
Fork 0
mirror of synced 2024-09-08 05:31:47 +12:00

Increase padding to account for attachment dropdown

This commit is contained in:
Andrew Kingston 2023-03-14 12:03:22 +00:00
parent f290d758ba
commit 43edf37f74

View file

@ -11,7 +11,7 @@ export const createMaxScrollStores = context => {
selectedCellRow,
selectedCellId,
} = context
const padding = 250
const padding = 255
// Memoize store primitives
const scrollTop = derived(scroll, $scroll => $scroll.top, 0)