mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge pull request #899 from Doehl/master
fix(fab): add fab-fixed attr to FAB btn
This commit is contained in:
@ -51,3 +51,7 @@ $button-fab-size: 56px !default;
|
||||
[fab-left] {
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
[fab-fixed] {
|
||||
position: fixed;
|
||||
}
|
||||
|
Reference in New Issue
Block a user