Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Studio | Layout Editor CSS broken #10421

Open
kale1d0code opened this issue May 8, 2024 · 0 comments
Open

Studio | Layout Editor CSS broken #10421

kale1d0code opened this issue May 8, 2024 · 0 comments
Labels
Area: Studio Issues & PRs related to all things regarding studio & module builder Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase

Comments

@kale1d0code
Copy link

kale1d0code commented May 8, 2024

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

  • SuiteCRM Version used: 7.14.3
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Google Chrome Version 124.0.6367.118 (Official Build) (64-bit)
  • Environment name and version (e.g. MySQL, PHP 7):
  • Operating System and version (e.g Ubuntu 16.04):
@johnM2401 johnM2401 added Type: Bug Bugs within the core SuiteCRM codebase Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Area: Studio Issues & PRs related to all things regarding studio & module builder Severity: Moderate Key function failed, but no or little impact labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Studio Issues & PRs related to all things regarding studio & module builder Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

2 participants