From 7f601dc7f9fd48b83d87d05fc0d0268d5360ac9b Mon Sep 17 00:00:00 2001 From: Gwen Date: Mon, 10 Aug 2020 15:19:17 +0200 Subject: [PATCH] fix(fab-button) : Undo the contain:strict Fixes #21772 --- core/src/components/fab-button/fab-button.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/src/components/fab-button/fab-button.scss b/core/src/components/fab-button/fab-button.scss index 69d333bd344..0c5143521c9 100755 --- a/core/src/components/fab-button/fab-button.scss +++ b/core/src/components/fab-button/fab-button.scss @@ -205,6 +205,12 @@ height: #{$fab-small-size}; } +:host(.fab-button-small) .button-native { + position: static; + + contain: none; +} + // FAB Close Icon // --------------------------------------------------