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
@@ -77,7 +77,7 @@ const WeeklyRow: React.FC<{
}
return (
<tr className="hover:bg-white/[0.02] transition-colors group">
<tr className="hover:bg-white/[0.02] transition-colors group relative hover:z-50">
<td className="p-3 py-2 sticky left-0 z-10 bg-slate-900 group-hover:bg-slate-800 border-r border-white/10">
<div className="flex flex-col">
<div className="flex items-center gap-2 mb-0.5">