don't set icon list container overflow-y to hidden when filling first page, finally fixes #538 (scrollbars disappear on search results view)
This commit is contained in:
parent
edf1e01903
commit
3187d70972
1 changed files with 0 additions and 3 deletions
|
@ -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'});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue