Skip to content

Commit

Permalink
[FIX] Slider arrow is overlapping vertical scrollbar in IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
pxamike authored and dmh committed Jun 9, 2016
1 parent 06199aa commit eb84aea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev/styles/main/contentElements/slider.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@
font-size: 62px;
margin-top: 20px;
}
html.IE {
.img-slider__btn-next{
right: 25px;
}
.img-slider__btn-prev{
left: 25px;
}
}
}

@media (min-width: 992px) {
Expand Down

0 comments on commit eb84aea

Please sign in to comment.