Fix Buy Box popup visibility: add row hover z-index and use bottom positioning

This commit is contained in:
Christian Vidal Wolf
2026-01-29 10:52:41 +01:00
parent 1dc06e8b3b
commit 9736a8194f
4 changed files with 12 additions and 12 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">