diff --git a/x-pack/legacy/plugins/siem/public/components/timeline/body/events/stateful_event.tsx b/x-pack/legacy/plugins/siem/public/components/timeline/body/events/stateful_event.tsx index e2c300e31a5c2e..74ee036fbe2627 100644 --- a/x-pack/legacy/plugins/siem/public/components/timeline/body/events/stateful_event.tsx +++ b/x-pack/legacy/plugins/siem/public/components/timeline/body/events/stateful_event.tsx @@ -87,7 +87,7 @@ const TOP_OFFSET = 50; * keep around 5 rows rendering below it. All other DOM elements are replaced with their "blank" * rows. */ -const BOTTOM_OFFSET = -50; +const BOTTOM_OFFSET = -500; interface AttributesProps { children: React.ReactNode;