diff --git a/static/js/annotationFolder.js b/static/js/annotationFolder.js index 0472bce..b9d7760 100644 --- a/static/js/annotationFolder.js +++ b/static/js/annotationFolder.js @@ -3,8 +3,9 @@ oml.ui.annotationFolder = function() { var ui = oml.user.ui, that = Ox.Element().css({ overflowY: 'auto', + overflowX: 'hidden', }); return that; -}; \ No newline at end of file +};