mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 12:25:22 +02:00
Fix Buy Box popup visibility: add row hover z-index and use bottom positioning
This commit is contained in:
@@ -63,7 +63,7 @@ const AdsRow: 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-4 py-3">
|
||||
<div className="flex flex-col gap-0.5">
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user