1
0
Fork 0
mirror of synced 2024-09-17 01:38:40 +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, selectedCellRow,
selectedCellId, selectedCellId,
} = context } = context
const padding = 250 const padding = 255
// Memoize store primitives // Memoize store primitives
const scrollTop = derived(scroll, $scroll => $scroll.top, 0) const scrollTop = derived(scroll, $scroll => $scroll.top, 0)