Skip to content

Commit

Permalink
fix(tabs): unnecessary scrollbar if content has a margin
Browse files Browse the repository at this point in the history
Fixes the tabs having a scrollbar if their inner content has a margin. This seems to be a side-effect of angular#3162.

Fixes angular#4035.
  • Loading branch information
crisbeto committed Apr 12, 2017
1 parent 9d719c5 commit c33e4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/tabs/tab-body.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.mat-tab-body-content {
height: 100%;
overflow: auto;
}

0 comments on commit c33e4de

Please sign in to comment.