mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
[FIX] Move to Workspace popup UI bug fix (#1204)
fix for popup menu transparent container
This commit is contained in:
parent
8eda75d624
commit
360f17cd58
1 changed files with 2 additions and 2 deletions
|
@ -261,8 +261,8 @@ function Directory({
|
|||
)}
|
||||
</div>
|
||||
{amountSelected !== 0 && (
|
||||
<div className="absolute bottom-[12px] left-0 right-0 flex justify-center">
|
||||
<div className="mx-auto bg-white/40 rounded-lg py-1 px-2">
|
||||
<div className="absolute bottom-[12px] left-0 right-0 flex justify-center pointer-events-none">
|
||||
<div className="mx-auto bg-white/40 rounded-lg py-1 px-2 pointer-events-auto">
|
||||
<div className="flex flex-row items-center gap-x-2">
|
||||
<button
|
||||
onClick={moveToWorkspace}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue