Skip to content

Commit

Permalink
fix (app): Fix list elements jumping out of position when dragged (#300)
Browse files Browse the repository at this point in the history
For reasons I don't understand dragging elements from
svelte-sortable-list seems to break when it's parent has a
`backdrop-filter`.
  • Loading branch information
sameoldlab authored Feb 4, 2025
1 parent 57e4890 commit 5f8dfbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ input::placeholder {

.card {
@apply !rounded-xl !border-[1px] !border-black !bg-pink-300/10;
backdrop-filter: blur(2px)
}

.modal.contents .card {
Expand Down

0 comments on commit 5f8dfbd

Please sign in to comment.