Skip to content

Commit

Permalink
fix(igxExpansionPanel): relocate overflow:hidden #307
Browse files Browse the repository at this point in the history
  • Loading branch information
IvayloG committed Sep 13, 2018
1 parent 38839a3 commit 26c5426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
padding: $panel-padding;
color: --var($theme, 'body-color');
background: --var($theme, 'body-background');
overflow: hidden;
}

%igx-expansion-panel--disabled {
Expand Down Expand Up @@ -209,7 +210,6 @@

%igx-expansion-panel__body {
@include igx-type-style($type-scale, $body);
overflow: hidden;
}
}
}

0 comments on commit 26c5426

Please sign in to comment.