update annotation layout
This commit is contained in:
parent
d46e341448
commit
1206f0c41e
4 changed files with 50 additions and 19 deletions
10
static/js/annotationFolder.js
Normal file
10
static/js/annotationFolder.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
oml.ui.annotationFolder = function() {
|
||||
|
||||
var ui = oml.user.ui,
|
||||
that = Ox.Element().css({
|
||||
overflowY: 'auto',
|
||||
});
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue