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
+2 -2
View File
@@ -358,8 +358,8 @@ const ForecastView: React.FC<ForecastViewProps> = ({ data, filters, top50Ranking
</div>
<div className="overflow-x-auto">
<table className="w-full text-left text-sm whitespace-nowrap">
<thead className="bg-slate-950 text-slate-500 uppercase text-[10px] font-black tracking-widest border-b border-border">
<tr>
<thead className="bg-slate-950 text-slate-500 uppercase text-[10px] font-black tracking-widest border-b border-border sticky top-0 z-20">
<tr className="relative z-30">
<th className="px-6 py-4">
<div className="flex items-center gap-2">
<span>Product Info</span>