Skip to content

Commit 93d2db2

Browse files
committed
remove sticky new color button
1 parent 495b802 commit 93d2db2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/Gradient.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -939,14 +939,11 @@ let user_gradient = $derived(gensyntax[$gradient_type](
939939
margin: 0;
940940
}
941941
942-
.end-of-stops {
942+
.end-of-stops {
943943
place-content: end;
944944
padding: var(--size-3);
945945
margin-block-end: var(--size-fluid-2);
946946
text-align: center;
947-
position: sticky;
948-
bottom: 0;
949-
z-index: 1;
950947
}
951948
952949
.gradient-logo {

0 commit comments

Comments
 (0)