We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495b802 commit 93d2db2Copy full SHA for 93d2db2
1 file changed
src/components/Gradient.svelte
@@ -939,14 +939,11 @@ let user_gradient = $derived(gensyntax[$gradient_type](
939
margin: 0;
940
}
941
942
- .end-of-stops {
+.end-of-stops {
943
place-content: end;
944
padding: var(--size-3);
945
margin-block-end: var(--size-fluid-2);
946
text-align: center;
947
- position: sticky;
948
- bottom: 0;
949
- z-index: 1;
950
951
952
.gradient-logo {
0 commit comments