I noticed one bug with the studio as well as module builder. when we create more field and the list overlap with the footer and second thing it also freeze the edit view or detail when you use more number of panels. its very hard to get the last panel. can anyone suggest me how to fix it.
Are there any Errors that show in the Console when this occurs?
What version of SuiteCRM are you running? You can check by hovering over your name on the top-right and selecting “About”
First of all go here: themes/SuiteR/css/style.css line 4351 and add #toolbox {overflow: auto;} (change your path accordingly if you don’t use SuiteR theme). This css rule will stop the form from changing its position.