mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-10 17:00:11 +01:00
[FIX] First time pinned document modal (#1678)
fix first time pinned document modal
This commit is contained in:
parent
9644f671c2
commit
5676e129ed
@ -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…
Reference in New Issue
Block a user