Skip to content

Commit 5f4125e

Browse files
Merge branch 'main' into v14/bugfix/document-media-tree-item-collection-icon
2 parents 4101b33 + aedc0a8 commit 5f4125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/core/components/split-panel/split-panel.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export class UmbSplitPanelElement extends LitElement {
294294
#divider-touch-area {
295295
position: absolute;
296296
top: 0;
297-
left: 0;
297+
left: 5px;
298298
height: 100%;
299299
width: var(--umb-split-panel-divider-touch-area-width);
300300
transform: translateX(-50%);

0 commit comments

Comments
 (0)