alpha
Login
or
Join now
danabra.mov
/
sidetrail
Star
1
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
an app to share curated trails
sidetrail.app
Star
1
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix safari lag
author
Dan Abramov
date
6 months ago
(Dec 8, 2025, 10:19 PM +0900)
commit
f98d74a2
f98d74a25195c51b9764d9c1335b3dadf83e3a2c
parent
d1bebeea
d1bebeea8a0fc9f7730cca51f4680f82c3dc11ba
+1
1 changed file
Expand all
Collapse all
Unified
Split
components
Card.css
+1
components/Card.css
Reviewed
···
10
10
position: relative;
11
11
transition: transform 0.2s ease;
12
12
isolation: isolate;
13
13
+
transform: translateY(0);
13
14
will-change: transform;
14
15
}
15
16