From a7eb03742c5a6e72b81a6732c0d6ddbaa1e09e2c Mon Sep 17 00:00:00 2001 From: j Date: Thu, 24 Jan 2019 18:34:06 +0530 Subject: [PATCH] scroll --- static/js/annotationFolder.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +};