salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.26k stars 2.03k forks source link

Studio | Layout Editor CSS broken #10421

Open kale1d0code opened 1 month ago

kale1d0code commented 1 month ago

Issue

Expected Behavior

Toolbox and Panel Editor to be independently scroll-able.

Actual Behavior

Toolbox and Panel Editor move together during scroll.

Possible Fix

Add the following CSS to your CRM system

#mblayout #mbtabs .yui-content {
    overflow: auto !important;
    height: auto !important;
}

#layoutEditor #panels {
    float: none!important;
    width: auto !important;
    overflow-y: scroll !important;
}

Steps to Reproduce

  1. Studio
    • -> Layouts -> (Detail or Edit)View

Context

difficult to get the correct fields into the correct place if the toolbox moves with the panel editor

Your Environment