This commit is contained in:
j 2019-01-24 18:34:06 +05:30
parent 76c9bf5d6e
commit a7eb03742c
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ oml.ui.annotationFolder = function() {
var ui = oml.user.ui,
that = Ox.Element().css({
overflowY: 'auto',
overflowX: 'hidden',
});
return that;
};
};