Skip to content

Commit aa2e224

Browse files
committed
UI - Border fix
1 parent 5c10eb6 commit aa2e224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/utils/DragController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class DragController implements ReactiveController {
225225
data-draggable-id=${this.#id}
226226
data-dragging=${this.#state}
227227
style=${styleMap({ [anchor]: `${this.#getPosition() - 3}px` })}
228-
class="absolute z-10 ${className}"></button>
228+
class="absolute ${className}"></button>
229229
`
230230
}
231231

0 commit comments

Comments
 (0)