Skip to content

Commit

Permalink
fix(tabstrip): bottom scrolling buttons on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Mar 14, 2019
1 parent e3dc082 commit 7a51980
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/default/scss/tabstrip/_layout.scss
Expand Up @@ -183,9 +183,15 @@
border-bottom-width: 0;
}

.k-tabstrip-prev,
.k-tabstrip-next {
bottom: 0;
&.k-tabstrip-scrollable {
.k-tabstrip-prev,
.k-tabstrip-next {
bottom: 0;

.k-ie11 & {
top: auto;
}
}
}
}
.k-tabstrip-left {
Expand Down

0 comments on commit 7a51980

Please sign in to comment.