| Index: sky/framework/components/floating_action_button.dart
|
| diff --git a/sky/framework/components/floating_action_button.dart b/sky/framework/components/floating_action_button.dart
|
| index fb92de923c81559b765249bd5062d3c26c055fa9..cb786d0742e9ee5c2374957b54bfa1619f6b3bf6 100644
|
| --- a/sky/framework/components/floating_action_button.dart
|
| +++ b/sky/framework/components/floating_action_button.dart
|
| @@ -7,10 +7,9 @@ import 'material.dart';
|
| import '../theme/colors.dart';
|
|
|
| class FloatingActionButton extends Component {
|
| + // TODO(abarth): We need a better way to become a container for absolutely
|
| + // positioned elements.
|
| static final Style _style = new Style('''
|
| - position: absolute;
|
| - bottom: 16px;
|
| - right: 16px;
|
| transform: translateX(0);
|
| width: 56px;
|
| height: 56px;
|
|
|