added z Index to modeSwitch
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user