mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-16 07:02:22 +00:00
[FIX] First time pinned document modal (#1678)
fix first time pinned document modal
This commit is contained in:
parent
9644f671c2
commit
5676e129ed
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ const PinAlert = memo(() => {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<ModalWrapper isOpen={showAlert}>
|
||||
<ModalWrapper isOpen={showAlert} noPortal={true}>
|
||||
<div className="relative w-full max-w-2xl max-h-full">
|
||||
<div className="relative bg-main-gradient rounded-lg shadow">
|
||||
<div className="flex items-start justify-between p-4 rounded-t border-gray-500/50">
|
||||
|
|
Loading…
Add table
Reference in a new issue