Increase padding to account for attachment dropdown
This commit is contained in:
parent
f290d758ba
commit
43edf37f74
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue