Skip to content

Commit

Permalink
Add dragging to TaskDetailsPane
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHoodHacker committed Dec 1, 2023
1 parent 4317f47 commit 51e2c28
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 165 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export default function Board() {
/>
</span>
</div>
<div className="absolute top-8 right-0 bottom-4">
<div className="absolute w-full top-8 bottom-4">
{pointerToolState._selected_task ? (
<TaskDetailsPane
task={pointerToolState._selected_task}
Expand Down
Loading

0 comments on commit 51e2c28

Please sign in to comment.