From 6d279c4fed4a8a78e2258b97081a674f48710cd8 Mon Sep 17 00:00:00 2001 From: Sanket2329 Date: Sun, 7 Jun 2026 19:43:48 +0530 Subject: [PATCH 1/2] [AGE-3766] feat(frontend): Make collapse headers sticky in PrettyJsonView --- .../components/DrillInView/PrettyJsonView.tsx | 37 +++++++++++++++---- .../DrillInView/TraceSpanDrillInView.tsx | 14 +++---- 2 files changed, 36 insertions(+), 15 deletions(-) diff --git a/web/oss/src/components/DrillInView/PrettyJsonView.tsx b/web/oss/src/components/DrillInView/PrettyJsonView.tsx index b8916bf06e..f363424c75 100644 --- a/web/oss/src/components/DrillInView/PrettyJsonView.tsx +++ b/web/oss/src/components/DrillInView/PrettyJsonView.tsx @@ -538,7 +538,7 @@ const CopyButton = ({value}: {value: unknown}) => {