fix human language filters overlap with topbar

Move the sticky filters panel below the admin topbar and lower its stacking order so it no longer renders above global navigation.

Made-with: Cursor
This commit is contained in:
Yared Yemane 2026-04-15 04:37:02 -07:00
parent df8dae047f
commit 97a65ae01e

View File

@ -1382,7 +1382,7 @@ export function HumanLanguagePage() {
</div>
</div>
<Card className="sticky top-3 z-20 border-grayScale-200/80 bg-white/95 shadow-sm backdrop-blur supports-[backdrop-filter]:bg-white/80">
<Card className="sticky top-20 z-10 border-grayScale-200/80 bg-white/95 shadow-sm backdrop-blur supports-[backdrop-filter]:bg-white/80">
<CardHeader className="pb-3">
<CardTitle className="text-base font-semibold text-grayScale-900">Filters</CardTitle>
</CardHeader>