mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 12:25:22 +02:00
Fix UI overlap for Stock filter dropdown by adjusting z-indices
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user