Studio > Accounts > Layouts > DetailView Scrolling error

At the Detail and Editview of the Studio, the panels don’t stick to the page. So not everything can be edited. Any idea? Is it the Template or the system.

See scrollbar image 1 and 2.

Problem solved:

doc: modules/ModuleBuilder/tpls/LayoutEditor.css

#panels {
border: 1px solid #cccccc;
float: right;
margin-left: 200px;
padding: 5px 10px 5px 5px;
position: absolute;
width: 100%;
}

#panels {
border: 1px solid #cccccc;
float: right;
margin-top: 10px;
padding: 5px 10px 5px 5px;
width: 100%;
}