Skip to content

Commit af3cf3f

Browse files
authored
try this (sveltejs#510)
1 parent eb21df7 commit af3cf3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/svelte.dev/src/routes/_home/Testimonials.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
border-radius: var(--sk-border-radius);
129129
filter: grayscale(1);
130130
transition: filter 0.2s;
131+
-webkit-transform: translate3d(0, 0, 0.01);
131132
132133
a:hover & {
133134
filter: grayscale(0);

0 commit comments

Comments
 (0)