mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +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] {
|
[fab-left] {
|
||||||
left: 16px;
|
left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[fab-fixed] {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user