Skip to content

Commit 86fdece

Browse files
committed
fix(stepper): prevent item focus indicator clipping
1 parent ffb2cb4 commit 86fdece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/scss/components/stepper/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
white-space: nowrap;
5959
display: flex;
6060
align-items: center;
61-
overflow: hidden;
61+
overflow: visible;
6262
}
6363

6464
// Step indicator

0 commit comments

Comments
 (0)