Workplace Tools
From OpenCms Wiki
To enable scrolling in workplace
- Go to /system/workplace/views/
- Open the workplace.jsp in editor.
- Change the line:
<frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="no">
to
<frame <%= wp.getFrameSource("body", wp.getStartupUri()) %> noresize scrolling="auto">