From 0cf189412d06e82dd81fbc47080a234d35abfdf4 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 17 Jan 2019 12:45:23 -0500 Subject: [PATCH] fix(fab): remove layout contain from content (#17048) fixes #16780 --- core/src/components/content/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/content/content.scss b/core/src/components/content/content.scss index 08e38badd9..c2d52c6c02 100644 --- a/core/src/components/content/content.scss +++ b/core/src/components/content/content.scss @@ -42,7 +42,7 @@ font-family: $font-family-base; - contain: layout size style; + contain: size style; } :host(.ion-color) .inner-scroll {