diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.scm.js b/scm-webapp/src/main/webapp/resources/js/sonia.scm.js index a7cba94a45..dbbde17dc1 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.scm.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.scm.js @@ -441,7 +441,8 @@ Ext.onReady(function(){ var mainTabPanel = new Ext.TabPanel({ id: 'mainTabPanel', region: 'center', - deferredRender: false + deferredRender: false, + enableTabScroll: true }); new Ext.Viewport({