Skip to content

Commit 5f8dfbd

Browse files
authored
fix (app): Fix list elements jumping out of position when dragged (#300)
For reasons I don't understand dragging elements from svelte-sortable-list seems to break when it's parent has a `backdrop-filter`.
1 parent 57e4890 commit 5f8dfbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ input::placeholder {
1515

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

2120
.modal.contents .card {

0 commit comments

Comments
 (0)