Skip to content

Commit ec2d384

Browse files
committed
MC-943: Grouping content blocks and containers in the Panel
- add scrollable panel in full screen - style elements to not block eachother
1 parent ad5f11f commit ec2d384

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@
4848

4949
.pagebuilder-panel {
5050
height: 100vh;
51+
overflow-y: auto;
52+
53+
.pagebuilder-panel-groups {
54+
padding-bottom: 41px;
55+
}
5156

5257
.panel-controls {
58+
background-color: @color-very-dark-grayish-orange;
5359
bottom: 0;
5460
position: absolute;
5561
width: 100%;

0 commit comments

Comments
 (0)