We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c10eb6 commit aa2e224Copy full SHA for aa2e224
packages/app/src/utils/DragController.ts
@@ -225,7 +225,7 @@ export class DragController implements ReactiveController {
225
data-draggable-id=${this.#id}
226
data-dragging=${this.#state}
227
style=${styleMap({ [anchor]: `${this.#getPosition() - 3}px` })}
228
- class="absolute z-10 ${className}"></button>
+ class="absolute ${className}"></button>
229
`
230
}
231
0 commit comments