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 // --------------------------------------------------