Skip to content

Commit

Permalink
fix: remove border on draggable components
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jul 5, 2023
1 parent ac34b99 commit 726a27c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
}

.DraggableComponent-contents {
border: 1px inset transparent; /* Prevent margin collapsing */
margin-top: -1px; /* Prevent margin collapsing */
padding-top: 1px; /* Prevent margin collapsing */
position: relative; /* Reset stacking context */
}

Expand Down

0 comments on commit 726a27c

Please sign in to comment.