Skip to content

Commit

Permalink
Fix #10455 - Add Independent scrollbars for Toolbox and Layout within…
Browse files Browse the repository at this point in the history
… Studio Layout Editor

Fixes a regression which removed the independent scrollbars for the Toolbox and Layout elements within Layout Editor.
  • Loading branch information
kale1d0code authored and jack7anderson7 committed Jun 20, 2024
1 parent 504d6f0 commit 93e2a63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions themes/SuiteP/css/suitep-base/studio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 263,17 @@ body > .le_panel .le_edit, #toolbox .le_panel .le_edit {
#factory-module table.wizardButtonDown {
border: 1px solid $color-46;
}

#layoutEditor {
position: relative;
}

#layoutEditor #panels {
position: absolute;
right: 0;
}

#layoutEditor #toolbox {
position: absolute;
left: 0;
}

0 comments on commit 93e2a63

Please sign in to comment.