Details
In order to fix the File Manager scroll problem please do following changes in the Filmanager.aspx located under the FmWeb Directory.
1]FmWeb directory would be at location - \WEBppliance\cp\admin\siteadmin\serviceComponents\filemanager\FMWeb
2] Search for following tag
<div style="WIDTH: 207px; HEIGHT: 100%" noWrap>
In this tag of Filmanager.aspx add details as:
<div style="WIDTH: 207px; HEIGHT: 100%; overflow :auto" noWrap>
3] The scroll bar will start appearing for the FileManager.
|