Skip to content

Commit 939e726

Browse files
Revert "ref(ui): Remove overflow from guide steps (#111462)"
This reverts commit 347562e. Co-authored-by: priscilawebdev <29228205+priscilawebdev@users.noreply.github.com>
1 parent 9bcfd0f commit 939e726

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

static/app/components/guidedSteps/guidedSteps.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ const ChildrenWrapper = styled('div')<{isActive: boolean}>`
371371
`;
372372

373373
const StepDetails = styled('div')`
374+
overflow: hidden;
374375
grid-area: details;
375376
`;
376377

0 commit comments

Comments
 (0)