Fix UI overlap for Stock filter dropdown by adjusting z-indices

This commit is contained in:
Christian Vidal Wolf
2026-01-27 21:17:38 +01:00
parent db65509bab
commit f521dd2921
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ const AdsPerformance: React.FC<AdsPerformanceProps> = ({ data, filters, top50Ran
<div className="overflow-x-auto flex-1 custom-scrollbar">
<table className="w-full text-left border-collapse text-[11px]">
<thead className="sticky top-0 z-20 bg-[#1A1F29] shadow-sm">
<tr className="border-b border-white/5">
<tr className="border-b border-white/5 relative z-30">
<th className="p-4 font-black text-slate-400 uppercase tracking-widest min-w-[250px]">
<div className="flex items-center gap-2">
<span>PRODUCT</span>