Skip to content

Commit 90e5d65

Browse files
style(replay): fix scubbber alignment (#100938)
before: seems like `position: absolute` was messing up the grid layout <img width="972" height="566" alt="SCR-20251003-oylw" src="https://github.com/user-attachments/assets/b6dc845b-d095-4673-9918-7f5dca904a42" /> <img width="1059" height="507" alt="Screenshot 2025-10-03 at 5 04 21 PM" src="https://github.com/user-attachments/assets/538f432e-c07f-47b4-a9ed-3da4a8f05176" /> after: <img width="965" height="558" alt="SCR-20251003-oypw" src="https://github.com/user-attachments/assets/d4171900-1e06-4059-9e15-6d7d559a5ba4" /> <img width="1059" height="507" alt="Screenshot 2025-10-03 at 5 03 43 PM" src="https://github.com/user-attachments/assets/1f033e3c-db97-4016-8ad0-16786d7f722f" />
1 parent 86a2ec4 commit 90e5d65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/components/replays/breadcrumbs/replayTimeline.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export default function ReplayTimeline() {
8787

8888
const CenteredStack = styled(Stacked)`
8989
align-items: center;
90-
position: absolute;
9190
`;
9291

9392
const VisibleStack = styled(Stacked)`

0 commit comments

Comments
 (0)