Skip to content

Commit 2d42c53

Browse files
OwainWilliamsiOvergaard
authored andcommitted
[FIX] Scroll Bar / Panel Width Adjustment cursor
1 parent 9ec8c79 commit 2d42c53

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)