Skip to content

Commit 7336bdc

Browse files
crisbetojelbourn
authored andcommitted
fix(tabs): unnecessary scrollbar if content has a margin (#4062)
Fixes the tabs having a scrollbar if their inner content has a margin. This seems to be a side-effect of #3162. Fixes #4035.
1 parent aebbd8a commit 7336bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/tabs/tab-body.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.mat-tab-body-content {
22
height: 100%;
3+
overflow: auto;
34
}

0 commit comments

Comments
 (0)