mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🔧 fix: Delete Archived Chat z-index issue (#3643)
This commit is contained in:
parent
91fc89076f
commit
6ad65ff065
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export default function DeleteButton({
|
||||||
<OGDialogTemplate
|
<OGDialogTemplate
|
||||||
showCloseButton={false}
|
showCloseButton={false}
|
||||||
title={localize('com_ui_delete_conversation')}
|
title={localize('com_ui_delete_conversation')}
|
||||||
className="max-w-[450px]"
|
className="z-[1000] max-w-[450px]"
|
||||||
main={
|
main={
|
||||||
<>
|
<>
|
||||||
<div className="flex w-full flex-col items-center gap-2">
|
<div className="flex w-full flex-col items-center gap-2">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue