This commit is contained in:
j 2019-01-24 18:34:06 +05:30
parent 76c9bf5d6e
commit a7eb03742c

View file

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