mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 20:51:12 -05:00
Fix photo overlay on hover
This commit is contained in:
@@ -59,7 +59,7 @@ export function ParkCard({ park }: ParkCardProps) {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Gradient Overlay */}
|
{/* Gradient Overlay */}
|
||||||
<div className="absolute inset-0 bg-gradient-to-t from-black/60 via-transparent to-transparent" />
|
<div className="absolute inset-0 bg-gradient-to-t from-black/60 via-transparent to-transparent group-hover:scale-110 transition-transform duration-500" />
|
||||||
|
|
||||||
{/* Status Badge */}
|
{/* Status Badge */}
|
||||||
<Badge className={`absolute top-3 right-3 ${getStatusColor(park.status)} border`}>
|
<Badge className={`absolute top-3 right-3 ${getStatusColor(park.status)} border`}>
|
||||||
|
|||||||
Reference in New Issue
Block a user