Skip to content

Commit

Permalink
fix(tabs): unnecessary scrollbar if content has a margin (#4062)
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 #3162.

Fixes #4035.
  • Loading branch information
crisbeto authored and jelbourn committed Apr 17, 2017
1 parent aebbd8a commit 7336bdc
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 7336bdc

Please sign in to comment.