diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index 8c4f8eec..2b0a718c 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -529,10 +529,7 @@ Ox.List = function(options, self) { var height = getHeight(), listSize = getListSize(); if (listSize < height) { - that.$element.css({overflowY: 'hidden'}); that.$content.css({height: height + 'px'}); - } else { - that.$element.css({overflowY: 'auto'}); } } }