fix(ui): raise chat input z-index so slash menu appears above loading indicator (#11015)

This commit is contained in:
Abhijay Jain
2026-08-10 15:50:35 +05:30
committed by GitHub
parent d1089ed269
commit cce56dbf79
+1 -1
View File
@@ -493,7 +493,7 @@ export default function BaseChat({
<ChatInputCard
className={cn(
'relative z-10 mx-4 mb-4',
'relative z-30 mx-4 mb-4',
!disableAnimation && 'animate-[fadein_400ms_ease-in_forwards]'
)}
>