Skip to content

Commit e53ac07

Browse files
committed
Fix hover buttons on mobile
1 parent 3a27db5 commit e53ac07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/roadmap/RoadmapItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function RoadmapItem({
5050
)}
5151
</h4>
5252
</div>
53-
<div className="flex space-x-1 opacity-0 group-hover:opacity-100 transition-opacity ml-2">
53+
<div className="flex space-x-1 opacity-100 md:opacity-0 md:group-hover:opacity-100 transition-opacity ml-2">
5454
<button
5555
onClick={(e) => {
5656
e.stopPropagation();

0 commit comments

Comments
 (0)