Skip to content

Commit

Permalink
fix(fab-button) : Undo the contain:strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwe-n committed Aug 10, 2020
1 parent 7fc13ff commit 7f601dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/components/fab-button/fab-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@
height: #{$fab-small-size};
}

:host(.fab-button-small) .button-native {
position: static;

contain: none;
}

// FAB Close Icon
// --------------------------------------------------

Expand Down

0 comments on commit 7f601dc

Please sign in to comment.