Restore Buy Box badge positions to match original layout; fix row layering in all views

This commit is contained in:
Christian Vidal Wolf
2026-01-29 13:41:09 +01:00
parent c5db663454
commit fa14f57855
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ const ForecastRow: React.FC<{
else achievementColor = 'bg-rose-500';
return (
<tr key={item.asin} className="hover:bg-indigo-500/5 transition-colors group border-b border-slate-800/50 last:border-0">
<tr key={item.asin} className="hover:bg-indigo-500/5 transition-colors group border-b border-slate-800/50 last:border-0 relative hover:z-50">
{/* Product Info */}
<td className="px-6 py-4">
<div className="flex flex-col gap-1">