never show vertical scrollbar in context browser

This commit is contained in:
Jan Gerber 2015-04-21 19:58:06 +02:00
parent 6d49f0483b
commit d980a8ae04
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ oml.ui.browser = function() {
sort: ui.listSort,
unique: 'id'
})
.css({
'overflow-y': 'hidden'
})
.bindEvent({
open: function(data) {
if (that.value(data.ids[0], 'mediastate') == 'available') {