an app to share curated trails sidetrail.app
atproto nextjs react rsc

fix safari lag

+1
+1
components/Card.css
··· 10 position: relative; 11 transition: transform 0.2s ease; 12 isolation: isolate; 13 will-change: transform; 14 } 15
··· 10 position: relative; 11 transition: transform 0.2s ease; 12 isolation: isolate; 13 + transform: translateY(0); 14 will-change: transform; 15 } 16