| 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 93fd61b50be6bac37ffdefb962a14b22c0ea5278..0fffdf329739732de28f40392ce63f99c3570013 100644
|
| --- a/sky/framework/components/floating_action_button.dart
|
| +++ b/sky/framework/components/floating_action_button.dart
|
| @@ -11,7 +11,6 @@ class FloatingActionButton extends Component {
|
| position: absolute;
|
| bottom: 16px;
|
| right: 16px;
|
| - z-index: 5;
|
| transform: translateX(0);
|
| width: 56px;
|
| height: 56px;
|
|
|