scroll
This commit is contained in:
parent
76c9bf5d6e
commit
a7eb03742c
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@ oml.ui.annotationFolder = function() {
|
||||||
var ui = oml.user.ui,
|
var ui = oml.user.ui,
|
||||||
that = Ox.Element().css({
|
that = Ox.Element().css({
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
|
overflowX: 'hidden',
|
||||||
});
|
});
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue