Refine runtime data flow and UI layering
This commit is contained in:
@@ -57,7 +57,7 @@ export default function AgentCard({ agent, onClose, isClosing }) {
|
||||
background: '#ffffff',
|
||||
borderBottom: '2px solid #000000',
|
||||
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)',
|
||||
zIndex: 1000,
|
||||
zIndex: 800,
|
||||
animation: isClosing ? 'slideUp 0.2s ease-out forwards' : 'slideDown 0.25s ease-out'
|
||||
}}>
|
||||
{/* Horizontal scrollable content */}
|
||||
|
||||
Reference in New Issue
Block a user