diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js index 00f44c799007eea4df391dbf2d5a4eef14ad445e..05d1b2ffde6f8914530bf72bffd8cec96f1d0210 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js @@ -97,7 +97,7 @@ var LayoutManager = { this.secondColumnContent = $("<div>"); this.secondColumnContent.css({ display : "none", - "overflow-x" : "hidden", + "overflow-x" : "auto", "overflow-y" : "auto" });