| Index: sky/framework/components/fixed_height_scrollable.dart
|
| diff --git a/sky/framework/components/fixed_height_scrollable.dart b/sky/framework/components/fixed_height_scrollable.dart
|
| index c9d0cb7596eabb93cffa0c9574c7239638214ed5..ed46122c80786ce13f1676657e54c2619384224a 100644
|
| --- a/sky/framework/components/fixed_height_scrollable.dart
|
| +++ b/sky/framework/components/fixed_height_scrollable.dart
|
| @@ -98,7 +98,7 @@ abstract class FixedHeightScrollable extends Scrollable {
|
| return new Container(
|
| style: _style,
|
| children: [
|
| - new BlockLayout(
|
| + new Container(
|
| style: _scrollAreaStyle,
|
| inlineStyle: transformStyle,
|
| children: buildItems(itemNumber, drawCount)
|
|
|