Skip to content

Commit a8da5f9

Browse files
Copilotzhpenkov
andcommitted
fix(stepper): prevent focus indicator clipping at high zoom levels
Co-authored-by: zhpenkov <[email protected]>
1 parent 68fcb06 commit a8da5f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
font-family: $kendo-stepper-font-family;
2323
display: block;
2424
position: relative;
25+
overflow: visible;
2526
-webkit-touch-callout: none;
2627
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
2728
// TODO: remove those once k-widget styles are removed. Link: https://github.com/telerik/kendo-themes/issues/1359
@@ -43,6 +44,7 @@
4344
display: flex;
4445
position: relative;
4546
z-index: k-z-index("base", 1);
47+
overflow: visible;
4648
}
4749

4850

0 commit comments

Comments
 (0)