Skip to content

Commit ab2a9cc

Browse files
authored
fix: Update rootMargin values to include units in CommitAction and GroupHeader components (#4822)
1 parent fe379de commit ab2a9cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/desktop/src/lib/commit/CommitAction.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
options: {
3030
root: null,
31-
rootMargin: `-100% 0 0 0`,
31+
rootMargin: `-100% 0px 0px 0px`,
3232
threshold: 0
3333
}
3434
}}

apps/desktop/src/lib/navigation/GroupHeader.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
options: {
2525
root: null,
26-
rootMargin: '-1px 0 90% 0',
26+
rootMargin: '-1px 0px 90% 0px',
2727
threshold: 1
2828
}
2929
}}

0 commit comments

Comments
 (0)