never show vertical scrollbar in context browser
This commit is contained in:
parent
6d49f0483b
commit
d980a8ae04
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ oml.ui.browser = function() {
|
||||||
sort: ui.listSort,
|
sort: ui.listSort,
|
||||||
unique: 'id'
|
unique: 'id'
|
||||||
})
|
})
|
||||||
|
.css({
|
||||||
|
'overflow-y': 'hidden'
|
||||||
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
open: function(data) {
|
open: function(data) {
|
||||||
if (that.value(data.ids[0], 'mediastate') == 'available') {
|
if (that.value(data.ids[0], 'mediastate') == 'available') {
|
||||||
|
|
Loading…
Reference in a new issue