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
1 changed files with 1 additions and 1 deletions

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)