Skip to content

Commit

Permalink
[FIX] Scroll Bar / Panel Width Adjustment cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
OwainWilliams authored and iOvergaard committed Jul 5, 2024
1 parent 9ec8c79 commit 2d42c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export class UmbSplitPanelElement extends LitElement {
#divider-touch-area {
position: absolute;
top: 0;
left: 0;
left: 5px;
height: 100%;
width: var(--umb-split-panel-divider-touch-area-width);
transform: translateX(-50%);
Expand Down

0 comments on commit 2d42c53

Please sign in to comment.