added z Index to modeSwitch

This commit is contained in:
PxlLoewe
2025-06-08 18:38:17 -07:00
parent b3bf256324
commit 10ff2c4beb

View File

@@ -11,7 +11,7 @@ export default function ModeSwitchDropdown({ className }: { className?: string }
const session = useSession();
return (
<div className={cn("dropdown", className)}>
<div className={cn("dropdown z-999999", className)}>
<div tabIndex={0} role="button" className="btn m-1">
<ArrowLeftRight size={22} /> {path.includes("pilot") && "Pilot"}
{path.includes("dispatch") && "Leitstelle"}