diff --git a/src/core/platform/web/config.js b/src/core/platform/web/config.js index 3bd279aab..fa310ca1f 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -159,7 +159,6 @@ BI.prepares.push(function () { return BI.extend({ horizontalAlign: BI.HorizontalAlign.Stretch, verticalAlign: BI.VerticalAlign.Stretch, - scrolly: false }, ob, {type: "bi.flex_vertical"}); } if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { diff --git a/src/core/wrapper/layout/fill/auto.vtape.js b/src/core/wrapper/layout/fill/auto.vtape.js index 16491ebab..2086258be 100644 --- a/src/core/wrapper/layout/fill/auto.vtape.js +++ b/src/core/wrapper/layout/fill/auto.vtape.js @@ -1,7 +1,7 @@ BI.AutoVerticalTapeLayout = BI.inherit(BI.Layout, { props: function () { return BI.extend(BI.AutoVerticalTapeLayout.superclass.props.apply(this, arguments), { - baseCls: "bi-auto-htape", + baseCls: "bi-auto-vtape", horizontalAlign: BI.HorizontalAlign.Stretch, verticalAlign: BI.VerticalAlign.Stretch, hgap: 0,