Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ function FeatureRow({ feature, index }: { feature: Feature; index: number }) {
// biome-ignore lint/a11y/noStaticElementInteractions: hover-only visual effect, not interactive
<div
ref={ref}
className="group relative border-b border-[#D4D4D8] cursor-pointer overflow-hidden"
className="group relative border-b border-[#D4D4D8] overflow-hidden"
style={{
height: 280,
opacity: inView ? 1 : 0,
Expand Down
3 changes: 0 additions & 3 deletions web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
animation: marquee-scroll 20s linear infinite;
}

.animate-marquee:hover {
animation-play-state: paused;
}

/* Feature rows on mobile */
@media (max-width: 1023px) {
Expand Down
Loading