completionId: cgen-8e1af4fbacad4b04aef2619ae765b5c9
cgen-8e1af4fbacad4b04aef2619ae765b5c9
This commit is contained in:
parent
3cddfdf39f
commit
8819db3595
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export default function ArmSwitcherModal({
|
|||
if (!isOpen) return null;
|
||||
|
||||
return (
|
||||
<div className="fixed inset-0 z-50 bg-black/95 backdrop-blur-md overflow-hidden">
|
||||
<div className="fixed inset-0 z-[999] bg-black/95 backdrop-blur-md overflow-hidden">
|
||||
{/* Animated background */}
|
||||
<div className="absolute inset-0 opacity-30">
|
||||
<div className={`absolute inset-0 bg-gradient-to-br ${selectedArmData?.bgGradient || "from-purple-600 to-blue-600"} opacity-20`} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue