We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fcb06 commit a8da5f9Copy full SHA for a8da5f9
packages/core/scss/components/stepper/_layout.scss
@@ -22,6 +22,7 @@
22
font-family: $kendo-stepper-font-family;
23
display: block;
24
position: relative;
25
+ overflow: visible;
26
-webkit-touch-callout: none;
27
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
28
// TODO: remove those once k-widget styles are removed. Link: https://github.com/telerik/kendo-themes/issues/1359
@@ -43,6 +44,7 @@
43
44
display: flex;
45
46
z-index: k-z-index("base", 1);
47
48
}
49
50
0 commit comments