Skip to content

Commit e6a93ac

Browse files
authored
#6681 Toolbox subitems: A bottom subitem's shadow overflows the container (#6684)
Fixes #6681
1 parent 233e8a9 commit e6a93ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/survey-creator-core/src/components/toolbox/toolbox-tool.scss

+6
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@
318318
.sv-list__container {
319319
flex-wrap: wrap;
320320
column-gap: calcSize(2);
321+
row-gap: var(--ctr-toolbox-group-gap, var(--sjs-spacing-x05));
321322
}
322323

323324
.sv-popup__body-content {
@@ -343,6 +344,7 @@
343344
padding-bottom: var(--ctr-toolbox-submenu-group-margin-bottom-last, var(--sjs-spacing-x150));
344345
padding-inline-start: var(--ctr-toolbox-submenu-group-margin-left, var(--sjs-spacing-x150));
345346
overflow: visible;
347+
box-sizing: border-box;
346348
}
347349

348350
.sv-list__item:hover > .sv-list__item-body,
@@ -395,6 +397,10 @@
395397
.svc-toolbox__item-title {
396398
padding: 0;
397399
}
400+
401+
.svc-toolbox__tool-content {
402+
padding-block-start: 0;
403+
}
398404
}
399405

400406
.svc-toolbox__tool--dots {

0 commit comments

Comments
 (0)