Skip to content

Commit 3e3b11b

Browse files
Abdkhan14Abdullah Khan
and
Abdullah Khan
authored
feat(new-trace): Prevent trace view page content from overflowing (#87213)
<img width="774" alt="Screenshot 2025-03-17 at 3 06 08 PM" src="https://github.com/user-attachments/assets/382bd500-5b6b-4768-b76d-67fb2eba44e6" /> Co-authored-by: Abdullah Khan <[email protected]>
1 parent b4fc129 commit 3e3b11b

File tree

1 file changed

+2
-0
lines changed
  • static/app/views/performance/newTraceDetails

1 file changed

+2
-0
lines changed

static/app/views/performance/newTraceDetails/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ const TraceInnerLayout = styled('div')`
116116
flex-direction: column;
117117
flex: 1 1 100%;
118118
padding: ${space(2)} ${space(3)};
119+
overflow-y: scroll;
120+
margin-bottom: ${space(1)};
119121
120122
background-color: ${p => p.theme.surface100};
121123
`;

0 commit comments

Comments
 (0)