Skip to content

Commit

Permalink
Fixed scroller issue for IE/Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Apr 6, 2016
1 parent 9d51ffe commit f7c2103
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/WebComponents/Scroller/scroller.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@
&[no-horizontal]:not([no-vertical]) {
> #wrapper {
@include layout-vertical();
margin-bottom: 0;
overflow-x: hidden;

> #content {
@include flex();
min-height: initial;
min-height: auto;
}
}
}

&[no-vertical]:not([no-horizontal]) {
> #wrapper {
@include layout-horizontal();
margin-right: 0;
overflow-y: hidden;
}
}
Expand Down

0 comments on commit f7c2103

Please sign in to comment.