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

fix safari lag

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