Skip to content

Commit 4650cb7

Browse files
committed
MC-943: Grouping content blocks and containers in the Panel
- style scrollbar
1 parent fdec529 commit 4650cb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050
height: 100vh;
5151
overflow-y: auto;
5252

53+
&::-webkit-scrollbar {
54+
width: 5px;
55+
}
56+
57+
&::-webkit-scrollbar-thumb {
58+
background-color: darkgrey;
59+
}
60+
5361
.pagebuilder-panel-groups {
5462
padding-bottom: 41px;
5563
}

0 commit comments

Comments
 (0)