update annotation layout

This commit is contained in:
rlx 2019-01-24 12:52:40 +05:30
commit 1206f0c41e
4 changed files with 50 additions and 19 deletions

View file

@ -0,0 +1,10 @@
oml.ui.annotationFolder = function() {
var ui = oml.user.ui,
that = Ox.Element().css({
overflowY: 'auto',
});
return that;
};