mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Adjust virtual list top padding
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
fccfb5eb45
commit
cbd7db937b
@ -25,7 +25,7 @@ import { prevDefault } from "../../utils";
|
|||||||
estimateSize: () => 55,
|
estimateSize: () => 55,
|
||||||
overscan: 5,
|
overscan: 5,
|
||||||
count: rows.length,
|
count: rows.length,
|
||||||
paddingStart: 50 // header height
|
paddingStart: 35 // header height
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user